Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h16 PyObject *Add_singleton; member
/third_party/python/Python/
DPython-ast.c30 Py_CLEAR(state->Add_singleton); in _PyAST_Fini()
1503 state->Add_singleton = PyType_GenericNew((PyTypeObject *)state->Add_type, in init_types()
1505 if (!state->Add_singleton) return 0; in init_types()
4679 Py_INCREF(state->Add_singleton); in ast2obj_operator()
4680 return state->Add_singleton; in ast2obj_operator()