Searched refs:unicode_translate (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | unicodeobject.c.h | 861 {"translate", (PyCFunction)unicode_translate, METH_O, unicode_translate__doc__},
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 7677 unicode_translate(PyUnicodeObject *self, PyObject *table) in unicode_translate() function 7934 {"translate", (PyCFunction) unicode_translate, METH_O, translate__doc__},
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 13277 unicode_translate(PyObject *self, PyObject *table) in unicode_translate() function
|