Searched refs:Add_singleton (Results 1 – 2 of 2) sorted by relevance
16 PyObject *Add_singleton; member
30 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()