Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c727 case AsyncFor_kind: in astfold_stmt()
Dsymtable.c1362 case AsyncFor_kind: in symtable_visit_stmt()
Dcompile.c1433 case AsyncFor_kind: in find_ann()
3060 case AsyncFor_kind: in compiler_visit_stmt()
DPython-ast.c1483 p->kind = AsyncFor_kind; in AsyncFor()
2819 case AsyncFor_kind: in ast2obj_stmt()
Dast.c417 case AsyncFor_kind: in validate_stmt()
/external/python/cpython3/Include/
DPython-ast.h69 AsyncFor_kind=10, While_kind=11, If_kind=12, With_kind=13, enumerator