Home | History | Annotate | Download | only in Python

Lines Matching refs:Del_singleton

274 static PyObject *Load_singleton, *Store_singleton, *Del_singleton,
800 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
801 if (!Del_singleton) return 0;
2942 Py_INCREF(Del_singleton);
2943 return Del_singleton;