Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ast.h181 AsyncWith_kind=14, Match_kind=15, Raise_kind=16, Try_kind=17, enumerator
/external/python/cpython3/Python/
Dast_opt.c740 case Try_kind: in astfold_stmt()
Dast.c795 case Try_kind: in validate_stmt()
Dsymtable.c1341 case Try_kind: in symtable_visit_stmt()
Dcompile.c1706 case Try_kind: in find_ann()
3553 case Try_kind: in compiler_visit_stmt()
DPython-ast.c2367 p->kind = Try_kind; in _PyAST_Try()
4022 case Try_kind: in ast2obj_stmt()
/external/python/cpython3/Doc/data/
Dpython3.10.abi13325 <enumerator name='Try_kind' value='17'/>