Searched refs:read_logical_lines (Results 1 – 1 of 1) sorted by relevance
82 def read_logical_lines(filename: str) -> Iterator[Tuple[int, str]]: function116 for line_number, line in read_logical_lines(filename):