Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c1009 bytearray_richcompare(PyObject *self, PyObject *other, int op) in bytearray_richcompare() function
2352 (richcmpfunc)bytearray_richcompare, /* tp_richcompare */
/external/python/cpython2/Objects/
Dbytearrayobject.c1040 bytearray_richcompare(PyObject *self, PyObject *other, int op) in bytearray_richcompare() function
2943 (richcmpfunc)bytearray_richcompare, /* tp_richcompare */