Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dstropmodule.c347 strop_rfind(PyObject *self, PyObject *args) in strop_rfind() function
1227 {"rfind", strop_rfind, METH_VARARGS, rfind__doc__},