Searched refs:PyUnicode_AsDecodedUnicode (Results 1 – 7 of 7) sorted by relevance
385 Py_DEPRECATED(3.6) PyAPI_FUNC(PyObject*) PyUnicode_AsDecodedUnicode(
621 EXPORT_FUNC(PyUnicode_AsDecodedUnicode)
703 function,PyUnicode_AsDecodedUnicode,3.2,,
1448 [function.PyUnicode_AsDecodedUnicode]
26012 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and28886 PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
2071 and :c:func:`PyUnicode_AsDecodedUnicode` are deprecated now.
3658 PyUnicode_AsDecodedUnicode(PyObject *unicode, in PyUnicode_AsDecodedUnicode() function