Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h421 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedUnicode(
/third_party/python/PC/
Dpython3dll.c624 EXPORT_FUNC(PyUnicode_AsEncodedUnicode)
/third_party/python/Doc/data/
Dstable_abi.dat706 function,PyUnicode_AsEncodedUnicode,3.2,,
/third_party/python/Misc/
Dstable_abi.toml1454 [function.PyUnicode_AsEncodedUnicode]
DNEWS26013 PyUnicode_AsEncodedUnicode().
28887 PyUnicode_AsEncodedUnicode().
/third_party/python/Doc/whatsnew/
D3.6.rst2070 :c:func:`PyUnicode_AsDecodedObject`, :c:func:`PyUnicode_AsEncodedUnicode`
/third_party/python/Objects/
Dunicodeobject.c3920 PyUnicode_AsEncodedUnicode(PyObject *unicode, in PyUnicode_AsEncodedUnicode() function