Home
last modified time | relevance | path

Searched defs:string_strip (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/starlark-go/starlark/
H A Dlibrary.go1940 func string_strip(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c1936 string_strip(PyStringObject *self, PyObject *args) in string_strip() function