Searched refs:parse_exception_table (Results 1 – 3 of 3) sorted by relevance
169 def parse_exception_table(code):
568 def parse_exception_table(exntab: bytes) -> List[ExceptionTableEntry]: function749 exn_tab = parse_exception_table(exn_tab_bytes)
265 tab = bytecode_transformation.parse_exception_table(