Home
last modified time | relevance | path

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

/mbedtls-development/scripts/
A Dassemble_changelog.py239 def __init__(self, input_stream, changelog_format): argument
246 whole_file = input_stream.read()
255 self.add_categories_from_text(input_stream.name, offset,
258 def add_file(self, input_stream): argument
261 self.add_categories_from_text(input_stream.name, 1,
262 input_stream.read(), False)

Completed in 3 milliseconds