Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3510 string_istitle(PyStringObject *self, PyObject *uncased) in string_istitle() function
3645 {"istitle", (PyCFunction)string_istitle, METH_NOARGS, istitle__doc__},