Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_islower

6716 unicode_islower(PyUnicodeObject *self)
7938 {"islower", (PyCFunction) unicode_islower, METH_NOARGS, islower__doc__},