Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_index

6687 unicode_index(PyUnicodeObject *self, PyObject *args)
7925 {"index", (PyCFunction) unicode_index, METH_VARARGS, index__doc__},