Searched refs:unicode_translate (Results 1 – 4 of 4) sorted by relevance
1127 unicode_translate(PyObject *self, PyObject *args) in unicode_translate() function1912 {"unicode_translate", unicode_translate, METH_VARARGS},
1593 {"translate", (PyCFunction)unicode_translate, METH_O, unicode_translate__doc__},
1153 from _testlimitedcapi import unicode_translate as translate
13073 unicode_translate(PyObject *self, PyObject *table) in unicode_translate() function