Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1813 string_rindex(PyStringObject *self, PyObject *args) in string_rindex() function
3659 {"rindex", (PyCFunction)string_rindex, METH_VARARGS, rindex__doc__},