Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytesobject.c1939 bytes_rindex(PyBytesObject *self, PyObject *args) in bytes_rindex() function
2493 {"rindex", (PyCFunction)bytes_rindex, METH_VARARGS, _Py_rindex__doc__},
/external/python/cpython3/Objects/
Dbytesobject.c1853 bytes_rindex(PyBytesObject *self, PyObject *args) in bytes_rindex() function
2502 {"rindex", (PyCFunction)bytes_rindex, METH_VARARGS, _Py_rindex__doc__},