Searched refs:_PyObject_SlotCompare (Results 1 – 4 of 4) sorted by relevance
729 if (f == _PyObject_SlotCompare || in try_3way_compare()730 w->ob_type->tp_compare == _PyObject_SlotCompare) in try_3way_compare()731 return _PyObject_SlotCompare(v, w); in try_3way_compare()
5504 _PyObject_SlotCompare(PyObject *self, PyObject *other) function5508 if (Py_TYPE(self)->tp_compare == _PyObject_SlotCompare) {5513 if (Py_TYPE(other)->tp_compare == _PyObject_SlotCompare) {6044 TPSLOT("__cmp__", tp_compare, _PyObject_SlotCompare, wrap_cmpfunc,
494 extern int _PyObject_SlotCompare(PyObject *, PyObject *);
580 "_PyObject_SlotCompare"