Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c700 case Try_kind: in astfold_stmt()
Dsymtable.c1302 case Try_kind: in symtable_visit_stmt()
Dcompile.c1595 case Try_kind: in find_ann()
3427 case Try_kind: in compiler_visit_stmt()
Dast.c434 case Try_kind: in validate_stmt()
DPython-ast.c2368 p->kind = Try_kind; in Try()
3796 case Try_kind: in ast2obj_stmt()
/external/python/cpython3/Include/
DPython-ast.h80 AsyncWith_kind=14, Raise_kind=15, Try_kind=16, enumerator