Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Dlibrary.go119 "istitle": NewBuiltin("istitle", string_istitle),
1604 func string_istitle(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/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__},