Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobject.c657 do_richcompare(PyThreadState *tstate, PyObject *v, PyObject *w, int op) in do_richcompare() function
723 PyObject *res = do_richcompare(tstate, v, w, op); in PyObject_RichCompare()