Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3443 string_islower(PyStringObject *self) in string_islower() function
3644 {"islower", (PyCFunction)string_islower, METH_NOARGS, islower__doc__},