Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c688 case AsyncFunctionDef_kind: in astfold_stmt()
Dsymtable.c1335 case AsyncFunctionDef_kind: in symtable_visit_stmt()
Dcompile.c1885 assert(s->kind == AsyncFunctionDef_kind); in compiler_function()
3056 case AsyncFunctionDef_kind: in compiler_visit_stmt()
DPython-ast.c1292 p->kind = AsyncFunctionDef_kind; in AsyncFunctionDef()
2661 case AsyncFunctionDef_kind: in ast2obj_stmt()
Dast.c501 case AsyncFunctionDef_kind: in validate_stmt()
/external/python/cpython3/Include/
DPython-ast.h66 enum _stmt_kind {FunctionDef_kind=1, AsyncFunctionDef_kind=2, ClassDef_kind=3, enumerator