Home | History | Annotate | Download | only in Python

Lines Matching refs:NotEq_singleton

421 static PyObject *Eq_singleton, *NotEq_singleton, *Lt_singleton, *LtE_singleton,
1106 NotEq_singleton = PyType_GenericNew(NotEq_type, NULL, NULL);
1107 if (!NotEq_singleton) return 0;
3654 Py_INCREF(NotEq_singleton);
3655 return NotEq_singleton;