Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_replace

7308 unicode_replace(PyUnicodeObject *self, PyObject *args)
7909 {"replace", (PyCFunction) unicode_replace, METH_VARARGS, replace__doc__},