Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dctype.h83 stringlib_title(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_title() function
/third_party/python/Objects/
Dbytearrayobject.c2281 {"title", stringlib_title, METH_NOARGS, _Py_title__doc__},
Dbytesobject.c2529 {"title", stringlib_title, METH_NOARGS, _Py_title__doc__},