Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_translate

7669 unicode_translate(PyUnicodeObject *self, PyObject *table)

7926 {"translate", (PyCFunction) unicode_translate, METH_O, translate__doc__},