Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dgenericaliasobject.c444 ga_richcompare(PyObject *a, PyObject *b, int op) in ga_richcompare() function
453 PyObject *eq = ga_richcompare(a, b, Py_EQ); in ga_richcompare()
649 .tp_richcompare = ga_richcompare,