Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dctype.h43 stringlib_istitle(PyObject *self) in stringlib_istitle() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2852 {"istitle", (PyCFunction)stringlib_istitle, METH_NOARGS,