Searched refs:string_istitle (Results 1 – 2 of 2) sorted by relevance
/external/starlark-go/starlark/ |
D | library.go | 119 "istitle": NewBuiltin("istitle", string_istitle), 1604 func string_istitle(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 3510 string_istitle(PyStringObject *self, PyObject *uncased) in string_istitle() function 3645 {"istitle", (PyCFunction)string_istitle, METH_NOARGS, istitle__doc__},
|