Searched refs:Add_singleton (Results 1 – 8 of 8) sorted by relevance
18 PyObject *Add_singleton; member
306 static PyObject *Add_singleton, *Sub_singleton, *Mult_singleton, variable841 Add_singleton = PyType_GenericNew(Add_type, NULL, NULL); in init_types()842 if (!Add_singleton) return 0; in init_types()3038 Py_INCREF(Add_singleton); in ast2obj_operator()3039 return Add_singleton; in ast2obj_operator()
31 Py_CLEAR(state->Add_singleton); in _PyAST_Fini()1516 state->Add_singleton = PyType_GenericNew((PyTypeObject *)state->Add_type, in init_types()1518 if (!state->Add_singleton) return 0; in init_types()4762 Py_INCREF(state->Add_singleton); in ast2obj_operator()4763 return state->Add_singleton; in ast2obj_operator()
5099 …<var-decl name='Add_singleton' type-id='type-id-14' visibility='default' filepath='./Include/inter…