Searched defs:InputRecord (Results 1 – 1 of 1) sorted by relevance
66 InputRecord = NamedTuple('InputRecord', [('filepath', str), ('offset', int), ('length', int), ('rem… variable202 def write_text_file_output(input_records: Iterable[InputRecord], output_text_file):206 def build_trace_file(input_records: Iterable[InputRecord]) -> TraceFile: