Home | History | Annotate | Download | only in Python

Lines Matching refs:Eq_singleton

421 static PyObject *Eq_singleton, *NotEq_singleton, *Lt_singleton, *LtE_singleton,
1102 Eq_singleton = PyType_GenericNew(Eq_type, NULL, NULL);
1103 if (!Eq_singleton) return 0;
3651 Py_INCREF(Eq_singleton);
3652 return Eq_singleton;