Searched refs:unicode_translate (Results 1 – 2 of 2) sorted by relevance
1194 {"translate", (PyCFunction)unicode_translate, METH_O, unicode_translate__doc__},
13609 unicode_translate(PyObject *self, PyObject *table) in unicode_translate() function