Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h178 Return_kind=4, Delete_kind=5, Assign_kind=6, enumerator
/third_party/python/Python/
Dast.c701 case Delete_kind: in validate_stmt()
Dast_opt.c686 case Delete_kind: in astfold_stmt()
Dsymtable.c1255 case Delete_kind: in symtable_visit_stmt()
DPython-ast.c2064 p->kind = Delete_kind; in _PyAST_Delete()
3769 case Delete_kind: in ast2obj_stmt()
Dcompile.c3514 case Delete_kind: in compiler_visit_stmt()