Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c1861 bytes_rfind(PyBytesObject *self, PyObject *args) in bytes_rfind() function
2516 {"rfind", (PyCFunction)bytes_rfind, METH_VARARGS, _Py_rfind__doc__},