Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h913 PyAPI_FUNC(PyObject *) PyUnicode_Translate(
/third_party/python/Doc/data/
Drefcounts.dat2668 PyUnicode_Translate:PyObject*::+1:
2669 PyUnicode_Translate:PyObject*:str:0:
2670 PyUnicode_Translate:PyObject*:table:0:
2671 PyUnicode_Translate:const char*:errors::
Dstable_abi.dat761 function,PyUnicode_Translate,3.2,
/third_party/python/PC/
Dpython3dll.c686 EXPORT_FUNC(PyUnicode_Translate)
/third_party/python/Misc/
Dstable_abi.txt1464 function PyUnicode_Translate
/third_party/python/Doc/c-api/
Dunicode.rst1495 .. c:function:: PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)
1521 :c:func:`PyUnicode_Translate`. or :ref:`generic codec based API
/third_party/python/Objects/
Dunicodeobject.c9534 PyUnicode_Translate(PyObject *str, in PyUnicode_Translate() function