Searched refs:string_replace (Results 1 – 1 of 1) sorted by relevance
2820 string_replace(PyStringObject *self, PyObject *args) in string_replace() function3660 {"replace", (PyCFunction)string_replace, METH_VARARGS, replace__doc__},