Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_islower

6600 unicode_islower(PyUnicodeObject *self)

7826 {"islower", (PyCFunction) unicode_islower, METH_NOARGS, islower__doc__},