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

/external/python/cpython3/Objects/
H A Dbytesobject.c1917 bytes_rfind(PyBytesObject *self, PyObject *args) function
2477 {"rfind", (PyCFunction)bytes_rfind, METH_VARARGS, _Py_rfind__doc__},

Completed in 139 milliseconds