Searched defs:half_richcompare (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dclassobject.c1988 half_richcompare(PyObject *v, PyObject *w, int op) function
2038 res = half_richcompare(v, w, op);
2045 res = half_richcompare(w, v, _Py_SwappedOp[op]);
H A Dtypeobject.c5672 half_richcompare(PyObject *self, PyObject *other, int op) function
5700 res = half_richcompare(self, other, op);
5706 res = half_richcompare(other, self, _Py_SwappedOp[op]);

Completed in 270 milliseconds