Searched refs:ga_richcompare (Results 1 – 1 of 1) sorted by relevance
444 ga_richcompare(PyObject *a, PyObject *b, int op) in ga_richcompare() function453 PyObject *eq = ga_richcompare(a, b, Py_EQ); in ga_richcompare()649 .tp_richcompare = ga_richcompare,