Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h285 {"isupper", (PyCFunction)unicode_isupper, METH_NOARGS, unicode_isupper__doc__},
291 unicode_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isupper() function