Home
last modified time | relevance | path

Searched refs:parse_location_table (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_code.py551 def parse_location_table(code): function
595 for _, length, line, end_line, col, end_col in parse_location_table(code):
658 self.check_positions(parse_location_table)
671 self.check_lines(parse_location_table)
/third_party/python/Tools/gdb/
H A Dlibpython.py658 def parse_location_table(firstlineno, linetable): function
718 for addr, end_addr, line in parse_location_table(lineno, co_linetable):

Completed in 5 milliseconds