Searched refs:unicode_islower (Results 1 – 1 of 1) sorted by relevance
264 {"islower", (PyCFunction)unicode_islower, METH_NOARGS, unicode_islower__doc__},270 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_islower() function