Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dexception_handling_notes.txt169 def parse_exception_table(code):
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dbytecode_transformation.py568 def parse_exception_table(exntab: bytes) -> List[ExceptionTableEntry]: function
749 exn_tab = parse_exception_table(exn_tab_bytes)
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_bytecode_utils.py265 tab = bytecode_transformation.parse_exception_table(