Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobject.c961 richcmpfunc frich = RICHCOMPARE(v->ob_type); in PyObject_RichCompare() local
965 if (frich != NULL) { in PyObject_RichCompare()
966 res = (*frich)(v, w, op); in PyObject_RichCompare()