Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h179 AugAssign_kind=7, AnnAssign_kind=8, For_kind=9, enumerator
/third_party/python/Python/
Dast.c724 case For_kind: in validate_stmt()
Dast_opt.c704 case For_kind: in astfold_stmt()
Dsymtable.c1309 case For_kind: in symtable_visit_stmt()
Dcompile.c1682 case For_kind: in find_ann()
3531 case For_kind: in compiler_visit_stmt()
DPython-ast.c2182 p->kind = For_kind; in _PyAST_For()
3846 case For_kind: in ast2obj_stmt()