Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c2820 string_replace(PyStringObject *self, PyObject *args) in string_replace() function
3660 {"replace", (PyCFunction)string_replace, METH_VARARGS, replace__doc__},