Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h181 AsyncWith_kind=14, Match_kind=15, Raise_kind=16, Try_kind=17, enumerator
/third_party/python/Python/
Dast_opt.c732 case AsyncWith_kind: in astfold_stmt()
Dast.c757 case AsyncWith_kind: in validate_stmt()
Dsymtable.c1465 case AsyncWith_kind: in symtable_visit_stmt()
Dcompile.c1701 case AsyncWith_kind: in find_ann()
3576 case AsyncWith_kind: in compiler_visit_stmt()
5014 assert(s->kind == AsyncWith_kind); in compiler_async_with()
DPython-ast.c2306 p->kind = AsyncWith_kind; in _PyAST_AsyncWith()
3969 case AsyncWith_kind: in ast2obj_stmt()