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

/external/python/cpython3/Objects/
H A Dbytearrayobject.c1147 bytearray_rfind(PyByteArrayObject *self, PyObject *args) function
2166 {"rfind", (PyCFunction)bytearray_rfind, METH_VARARGS, _Py_rfind__doc__},
/external/python/cpython2/Objects/
H A Dbytearrayobject.c1258 bytearray_rfind(PyByteArrayObject *self, PyObject *args) function
2865 {"rfind", (PyCFunction)bytearray_rfind, METH_VARARGS, rfind__doc__},

Completed in 115 milliseconds