Searched refs:null_richcompare (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/ |
D | xxmodule.c | 264 null_richcompare(PyObject *self, PyObject *other, int op) in null_richcompare() function 297 null_richcompare, /*tp_richcompare*/
|
/external/python/cpython3/Modules/ |
D | xxlimited.c | 199 null_richcompare(PyObject *self, PyObject *other, int op) in null_richcompare() function 207 {Py_tp_richcompare, null_richcompare},
|
D | xxmodule.c | 267 null_richcompare(PyObject *self, PyObject *other, int op) in null_richcompare() function 300 null_richcompare, /*tp_richcompare*/
|