Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c1868 bytes_rindex(PyBytesObject *self, PyObject *args) in bytes_rindex() function
2517 {"rindex", (PyCFunction)bytes_rindex, METH_VARARGS, _Py_rindex__doc__},