Home
last modified time | relevance | path

Searched refs:Delete_kind (Results 1 – 10 of 10) 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/cpython3/Python/
Dast_opt.c703 case Delete_kind: in astfold_stmt()
Dsymtable.c1165 case Delete_kind: in symtable_visit_stmt()
DPython-ast.c1349 p->kind = Delete_kind; in Delete()
2729 case Delete_kind: in ast2obj_stmt()
Dast.c393 case Delete_kind: in validate_stmt()
Dcompile.c2997 case Delete_kind: in compiler_visit_stmt()
/external/python/cpython3/Include/
DPython-ast.h67 Return_kind=4, Delete_kind=5, Assign_kind=6, enumerator
/external/python/cpython2/Python/
Dsymtable.c1056 case Delete_kind: in symtable_visit_stmt()
DPython-ast.c1112 p->kind = Delete_kind; in Delete()
2260 case Delete_kind: in ast2obj_stmt()
Dcompile.c2098 case Delete_kind: in compiler_visit_stmt()