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