Searched refs:bytes_rfind (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | bytesobject.c | 1932 bytes_rfind(PyBytesObject *self, PyObject *args) in bytes_rfind() function 2492 {"rfind", (PyCFunction)bytes_rfind, METH_VARARGS, _Py_rfind__doc__},
|
/external/python/cpython3/Objects/ |
D | bytesobject.c | 1846 bytes_rfind(PyBytesObject *self, PyObject *args) in bytes_rfind() function 2501 {"rfind", (PyCFunction)bytes_rfind, METH_VARARGS, _Py_rfind__doc__},
|