Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h523 {"isupper", (PyCFunction)unicode_isupper, METH_NOARGS, unicode_isupper__doc__},
529 unicode_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isupper() function