Searched refs:string_rindex (Results 1 – 1 of 1) sorted by relevance
1813 string_rindex(PyStringObject *self, PyObject *args) in string_rindex() function3659 {"rindex", (PyCFunction)string_rindex, METH_VARARGS, rindex__doc__},