Home
last modified time | relevance | path

Searched refs:Delete_fields (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
DPython-ast.c59 static char *Delete_fields[]={ variable
697 Delete_type = make_type("Delete", stmt_type, Delete_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c73 static char *Delete_fields[]={ variable
868 Delete_type = make_type("Delete", stmt_type, Delete_fields, 1); in init_types()