Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h64 For_kind=8, While_kind=9, If_kind=10, With_kind=11, enumerator
/external/python/cpython2/Python/
Dsymtable.c1066 case For_kind: in symtable_visit_stmt()
DPython-ast.c1207 p->kind = For_kind; in For()
2321 case For_kind: in ast2obj_stmt()
Dcompile.c2113 case For_kind: in compiler_visit_stmt()