Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c747 case AsyncWith_kind: in astfold_stmt()
Dcompile.c1448 case AsyncWith_kind: in find_ann()
3058 case AsyncWith_kind: in compiler_visit_stmt()
4239 assert(s->kind == AsyncWith_kind); in compiler_async_with()
Dsymtable.c1358 case AsyncWith_kind: in symtable_visit_stmt()
DPython-ast.c1561 p->kind = AsyncWith_kind; in AsyncWith()
2895 case AsyncWith_kind: in ast2obj_stmt()
Dast.c440 case AsyncWith_kind: in validate_stmt()
/external/python/cpython3/Include/
DPython-ast.h70 AsyncWith_kind=14, Raise_kind=15, Try_kind=16, enumerator