Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobject.c931 do_richcmp(PyObject *v, PyObject *w, int op) in do_richcmp() function
987 res = do_richcmp(v, w, op); in PyObject_RichCompare()