Home
last modified time | relevance | path

Searched refs:_PyObject_SlotCompare (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/
Dobject.c729 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()
Dtypeobject.c5504 _PyObject_SlotCompare(PyObject *self, PyObject *other) function
5508 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,
/external/python/cpython2/Include/
Dobject.h494 extern int _PyObject_SlotCompare(PyObject *, PyObject *);
/external/python/cpython2/PC/os2emx/
Dpython27.def580 "_PyObject_SlotCompare"