Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c672 case AsyncFor_kind: in astfold_stmt()
Dsymtable.c1423 case AsyncFor_kind: in symtable_visit_stmt()
Dcompile.c1577 case AsyncFor_kind: in find_ann()
3452 case AsyncFor_kind: in compiler_visit_stmt()
Dast.c391 case AsyncFor_kind: in validate_stmt()
DPython-ast.c2242 p->kind = AsyncFor_kind; in AsyncFor()
3671 case AsyncFor_kind: in ast2obj_stmt()
/external/python/cpython3/Include/
DPython-ast.h79 AsyncFor_kind=10, While_kind=11, If_kind=12, With_kind=13, enumerator