Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c755 case Try_kind: in astfold_stmt()
Dsymtable.c1241 case Try_kind: in symtable_visit_stmt()
Dcompile.c1451 case Try_kind: in find_ann()
3032 case Try_kind: in compiler_visit_stmt()
DPython-ast.c1592 p->kind = Try_kind; in Try()
2923 case Try_kind: in ast2obj_stmt()
Dast.c460 case Try_kind: in validate_stmt()
/external/python/cpython3/Include/
DPython-ast.h70 AsyncWith_kind=14, Raise_kind=15, Try_kind=16, enumerator