Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h397 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedUnicode(
/third_party/python/PC/
Dpython3.def636 PyUnicode_AsDecodedUnicode=python38.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/whatsnew/
D3.6.rst2069 and :c:func:`PyUnicode_AsDecodedUnicode` are deprecated now.
/third_party/python/Objects/
Dunicodeobject.c3404 PyUnicode_AsDecodedUnicode(PyObject *unicode, in PyUnicode_AsDecodedUnicode() function