Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobject.c677 do_richcompare(PyThreadState *tstate, PyObject *v, PyObject *w, int op) in do_richcompare() function
743 PyObject *res = do_richcompare(tstate, v, w, op); in PyObject_RichCompare()