Home
last modified time | relevance | path

Searched refs:unicode_islower (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dunicodeobject.c6721 unicode_islower(PyUnicodeObject *self) in unicode_islower() function
7943 {"islower", (PyCFunction) unicode_islower, METH_NOARGS, islower__doc__},