Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h44 PyObject *Del_type; member
/third_party/python/Python/
DPython-ast.c58 Py_CLEAR(state->Del_type); in _PyAST_Fini()
1473 state->Del_type = make_type(state, "Del", state->expr_context_type, NULL, 0, in init_types()
1475 if (!state->Del_type) return 0; in init_types()
1476 state->Del_singleton = PyType_GenericNew((PyTypeObject *)state->Del_type, in init_types()
9617 isinstance = PyObject_IsInstance(obj, state->Del_type); in obj2ast_expr_context()
11810 if (PyModule_AddObjectRef(m, "Del", state->Del_type) < 0) { in astmodule_exec()