Home
last modified time | relevance | path

Searched refs:input_stream (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/scripts/
Dassemble_changelog.py234 def __init__(self, input_stream, changelog_format): argument
241 whole_file = input_stream.read()
251 self.add_categories_from_text(input_stream.name, offset,
254 def add_file(self, input_stream): argument
257 self.add_categories_from_text(input_stream.name, 1,
258 input_stream.read(), False)