Searched refs:unicode_lower (Results 1 – 1 of 1) sorted by relevance
555 {"lower", (PyCFunction)unicode_lower, METH_NOARGS, unicode_lower__doc__},561 unicode_lower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_lower() function