Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h697 {"replace", (PyCFunction)(void(*)(void))unicode_replace, METH_FASTCALL, unicode_replace__doc__},
704 unicode_replace(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_replace() function
/external/python/cpython2/Objects/
Dunicodeobject.c7308 unicode_replace(PyUnicodeObject *self, PyObject *args) in unicode_replace() function
7909 {"replace", (PyCFunction) unicode_replace, METH_VARARGS, replace__doc__},