Searched refs:bytearray_richcompare (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
H A Dbytearrayobject.c984 bytearray_richcompare(PyObject *self, PyObject *other, int op) function
2242 (richcmpfunc)bytearray_richcompare, /* tp_richcompare */
/external/python/cpython2/Objects/
H A Dbytearrayobject.c1019 bytearray_richcompare(PyObject *self, PyObject *other, int op) function
2931 (richcmpfunc)bytearray_richcompare, /* tp_richcompare */

Completed in 54 milliseconds