Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7682 unicode_translate(PyUnicodeObject *self, PyObject *table) in unicode_translate() function
7939 {"translate", (PyCFunction) unicode_translate, METH_O, translate__doc__},