Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Dlibrary.go135 "title": NewBuiltin("title", string_title),
1971 func string_title(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/external/python/cpython2/Objects/
Dstringobject.c2053 string_title(PyStringObject *self) in string_title() function
3670 {"title", (PyCFunction)string_title, METH_NOARGS, title__doc__},