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