Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3474 string_isupper(PyStringObject *self) in string_isupper() function
3642 {"isupper", (PyCFunction)string_isupper, METH_NOARGS, isupper__doc__},