Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_lower

7038 unicode_lower(PyUnicodeObject *self)

7914 {"lower", (PyCFunction) unicode_lower, METH_NOARGS, lower__doc__},