Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h555 {"lower", (PyCFunction)unicode_lower, METH_NOARGS, unicode_lower__doc__},
561 unicode_lower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_lower() function