Home
last modified time | relevance | path

Searched refs:PyUnicode_AsEncodedUnicode (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-future.rst27 * :c:func:`!PyUnicode_AsEncodedUnicode`:
/external/python/cpython3/Include/
Dunicodeobject.h400 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedUnicode(
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst800 PyUnicode_AsEncodedUnicode().
D3.7.0a1.rst6432 PyUnicode_AsEncodedUnicode().
/external/python/cpython3/PC/
Dpython3dll.c665 EXPORT_FUNC(PyUnicode_AsEncodedUnicode)
/external/python/cpython3/Doc/data/
Dstable_abi.dat733 func,PyUnicode_AsEncodedUnicode,3.2,,
Dpython3.13.abi852 …<elf-symbol name='PyUnicode_AsEncodedUnicode' type='func-type' binding='global-binding' visibility…
10357PyUnicode_AsEncodedUnicode' mangled-name='PyUnicode_AsEncodedUnicode' filepath='Objects/unicodeobj…
/external/python/cpython3/Misc/
Dstable_abi.toml1471 [function.PyUnicode_AsEncodedUnicode]
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2083 :c:func:`!PyUnicode_AsDecodedObject`, :c:func:`!PyUnicode_AsEncodedUnicode`
/external/python/cpython3/Objects/
Dunicodeobject.c3829 PyUnicode_AsEncodedUnicode(PyObject *unicode, in PyUnicode_AsEncodedUnicode() function