Searched refs:half_richcompare (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | classobject.c | 1987 half_richcompare(PyObject *v, PyObject *w, int op) in half_richcompare() function 2037 res = half_richcompare(v, w, op); in instance_richcompare() 2044 res = half_richcompare(w, v, _Py_SwappedOp[op]); in instance_richcompare()
|
D | typeobject.c | 5735 half_richcompare(PyObject *self, PyObject *other, int op) function 5763 res = half_richcompare(self, other, op); 5769 res = half_richcompare(other, self, _Py_SwappedOp[op]);
|