Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dctype.h71 stringlib_upper(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_upper() function
/third_party/python/Objects/
Dbytearrayobject.c2283 {"upper", stringlib_upper, METH_NOARGS, _Py_upper__doc__},
Dbytesobject.c2531 {"upper", stringlib_upper, METH_NOARGS, _Py_upper__doc__},