Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1753 string_find(PyStringObject *self, PyObject *args) in string_find() function
3657 {"find", (PyCFunction)string_find, METH_VARARGS, find__doc__},