Searched refs:input_stream (Results 1 – 1 of 1) sorted by relevance
239 def __init__(self, input_stream, changelog_format): argument246 whole_file = input_stream.read()255 self.add_categories_from_text(input_stream.name, offset,258 def add_file(self, input_stream): argument261 self.add_categories_from_text(input_stream.name, 1,262 input_stream.read(), False)
Completed in 3 milliseconds