Searched refs:bytearray_rfind (Results 1 – 1 of 1) sorted by relevance
1147 bytearray_rfind(PyByteArrayObject *self, PyObject *args) in bytearray_rfind() function2268 {"rfind", (PyCFunction)bytearray_rfind, METH_VARARGS, _Py_rfind__doc__},