Skip to main content

PyUnicode_AsDecodedObject

Function PyUnicode_AsDecodedObject 

Source
pub unsafe extern "C" fn PyUnicode_AsDecodedObject(
    unicode: *mut PyObject,
    encoding: *const i8,
    errors: *const i8,
) -> *mut PyObject
👎Deprecated:

use PyCodec_Decode() instead

Available on non-Py_3_15 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here