Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dc_parsing_helper.py82 def read_logical_lines(filename: str) -> Iterator[Tuple[int, str]]: function
116 for line_number, line in read_logical_lines(filename):