Home
last modified time | relevance | path

Searched refs:PyUnicode_AsDecodedUnicode (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h389 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedUnicode(
/third_party/python/Misc/NEWS.d/
D3.6.0b2.rst799 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
D3.7.0a1.rst6431 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
/third_party/python/Doc/data/
Dstable_abi.dat683 function,PyUnicode_AsDecodedUnicode,3.2,
/third_party/python/PC/
Dpython3dll.c608 EXPORT_FUNC(PyUnicode_AsDecodedUnicode)
/third_party/python/Misc/
Dstable_abi.txt1356 function PyUnicode_AsDecodedUnicode
/third_party/python/Doc/whatsnew/
D3.6.rst2069 and :c:func:`PyUnicode_AsDecodedUnicode` are deprecated now.
/third_party/python/Objects/
Dunicodeobject.c3712 PyUnicode_AsDecodedUnicode(PyObject *unicode, in PyUnicode_AsDecodedUnicode() function