Searched defs:try_rich_compare (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dobject.c608 try_rich_compare(PyObject *v, PyObject *w, int op) function
636 -1 for exception (including the case where try_rich_compare() returns an
650 res = try_rich_compare(v, w, op);
930 res = try_rich_compare(v, w, op);
957 /* If the type has richcmp, try it first. try_rich_compare

Completed in 218 milliseconds