Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_replace

7300 unicode_replace(PyUnicodeObject *self, PyObject *args)

7901 {"replace", (PyCFunction) unicode_replace, METH_VARARGS, replace__doc__},