Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenericaliasobject.c429 ga_richcompare(PyObject *a, PyObject *b, int op) in ga_richcompare() function
439 PyObject *eq = ga_richcompare(a, b, Py_EQ); in ga_richcompare()
599 .tp_richcompare = ga_richcompare,