Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c6608 unicode_find(PyUnicodeObject *self, PyObject *args) in unicode_find() function
7923 {"find", (PyCFunction) unicode_find, METH_VARARGS, find__doc__},