Searched refs:bytearray_rindex (Results 1 – 1 of 1) sorted by relevance
1153 bytearray_rindex(PyByteArrayObject *self, PyObject *args) in bytearray_rindex() function2269 {"rindex", (PyCFunction)bytearray_rindex, METH_VARARGS, _Py_rindex__doc__},