Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h385 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedUnicode(
/third_party/python/PC/
Dpython3dll.c621 EXPORT_FUNC(PyUnicode_AsDecodedUnicode)
/third_party/python/Doc/data/
Dstable_abi.dat703 function,PyUnicode_AsDecodedUnicode,3.2,,
/third_party/python/Misc/
Dstable_abi.toml1448 [function.PyUnicode_AsDecodedUnicode]
DNEWS26012 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
28886 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
/third_party/python/Doc/whatsnew/
D3.6.rst2071 and :c:func:`PyUnicode_AsDecodedUnicode` are deprecated now.
/third_party/python/Objects/
Dunicodeobject.c3658 PyUnicode_AsDecodedUnicode(PyObject *unicode, in PyUnicode_AsDecodedUnicode() function