Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytesobject.c1932 bytes_rfind(PyBytesObject *self, PyObject *args) in bytes_rfind() function
2492 {"rfind", (PyCFunction)bytes_rfind, METH_VARARGS, _Py_rfind__doc__},
/external/python/cpython3/Objects/
Dbytesobject.c1846 bytes_rfind(PyBytesObject *self, PyObject *args) in bytes_rfind() function
2501 {"rfind", (PyCFunction)bytes_rfind, METH_VARARGS, _Py_rfind__doc__},