Home
last modified time | relevance | path

Searched refs:null_richcompare (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dxxmodule.c264 null_richcompare(PyObject *self, PyObject *other, int op) in null_richcompare() function
297 null_richcompare, /*tp_richcompare*/
/external/python/cpython3/Modules/
Dxxmodule.c264 null_richcompare(PyObject *self, PyObject *other, int op) in null_richcompare() function
297 null_richcompare, /*tp_richcompare*/
Dxxlimited.c195 null_richcompare(PyObject *self, PyObject *other, int op) in null_richcompare() function
203 {Py_tp_richcompare, null_richcompare},