Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h63 Delete_kind=4, Assign_kind=5, AugAssign_kind=6, Print_kind=7, enumerator
/external/python/cpython2/Python/
Dsymtable.c1050 case Delete_kind: in symtable_visit_stmt()
DPython-ast.c1112 p->kind = Delete_kind; in Delete()
2260 case Delete_kind: in ast2obj_stmt()
Dcompile.c2096 case Delete_kind: in compiler_visit_stmt()