Searched refs:string_title (Results 1 – 2 of 2) sorted by relevance
/external/starlark-go/starlark/ |
D | library.go | 135 "title": NewBuiltin("title", string_title), 1971 func string_title(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 2053 string_title(PyStringObject *self) in string_title() function 3670 {"title", (PyCFunction)string_title, METH_NOARGS, title__doc__},
|