Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_find

6500 unicode_find(PyUnicodeObject *self, PyObject *args)

7806 {"find", (PyCFunction) unicode_find, METH_VARARGS, find__doc__},