Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dpython3.def625 PyUnicode_AsDecodedUnicode=python36.PyUnicode_AsDecodedUnicode
/external/python/cpython3/Include/
Dunicodeobject.h1201 PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedUnicode(
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2017 and :c:func:`PyUnicode_AsDecodedUnicode` are deprecated now.
/external/python/cpython3/Objects/
Dunicodeobject.c3257 PyUnicode_AsDecodedUnicode(PyObject *unicode, in PyUnicode_AsDecodedUnicode() function
/external/python/cpython3/Misc/
DNEWS934 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and