Home
last modified time | relevance | path

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

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