Home
last modified time | relevance | path

Searched refs:Del_singleton (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast_state.h45 PyObject *Del_singleton; member
/third_party/python/Python/
H A DPython-ast.c58 Py_CLEAR(state->Del_singleton); in _PyAST_Fini()
1489 state->Del_singleton = PyType_GenericNew((PyTypeObject *)state->Del_type, in init_types()
1491 if (!state->Del_singleton) return 0; in init_types()
4741 Py_INCREF(state->Del_singleton); in ast2obj_expr_context()
4742 return state->Del_singleton; in ast2obj_expr_context()

Completed in 16 milliseconds