Searched refs:unicode_islower (Results 1 – 2 of 2) sorted by relevance
274 {"islower", (PyCFunction)unicode_islower, METH_NOARGS, unicode_islower__doc__},280 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_islower() function
6716 unicode_islower(PyUnicodeObject *self) in unicode_islower() function7938 {"islower", (PyCFunction) unicode_islower, METH_NOARGS, islower__doc__},