Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h180 AsyncFor_kind=10, While_kind=11, If_kind=12, With_kind=13, enumerator
/third_party/python/Python/
Dast.c730 case AsyncFor_kind: in validate_stmt()
Dast_opt.c712 case AsyncFor_kind: in astfold_stmt()
Dsymtable.c1469 case AsyncFor_kind: in symtable_visit_stmt()
Dcompile.c1686 case AsyncFor_kind: in find_ann()
3578 case AsyncFor_kind: in compiler_visit_stmt()
DPython-ast.c2214 p->kind = AsyncFor_kind; in _PyAST_AsyncFor()
3876 case AsyncFor_kind: in ast2obj_stmt()