Home | History | Annotate | Download | only in Python

Lines Matching refs:Add_singleton

306 static PyObject *Add_singleton, *Sub_singleton, *Mult_singleton,
841 Add_singleton = PyType_GenericNew(Add_type, NULL, NULL);
842 if (!Add_singleton) return 0;
3038 Py_INCREF(Add_singleton);
3039 return Add_singleton;