Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h386 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedUnicode(
/external/python/cpython3/PC/
Dpython3.def634 PyUnicode_AsDecodedUnicode=python39.PyUnicode_AsDecodedUnicode
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst799 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
D3.7.0a1.rst6431 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2069 and :c:func:`PyUnicode_AsDecodedUnicode` are deprecated now.
/external/python/cpython3/Objects/
Dunicodeobject.c3514 PyUnicode_AsDecodedUnicode(PyObject *unicode, in PyUnicode_AsDecodedUnicode() function