Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c6755 unicode_isupper(PyUnicodeObject *self) in unicode_isupper() function
7944 {"isupper", (PyCFunction) unicode_isupper, METH_NOARGS, isupper__doc__},