Skip to main content

PyLong_FromUnicodeObject

Function PyLong_FromUnicodeObject 

Source
pub unsafe extern "C" fn PyLong_FromUnicodeObject(
    u: *mut PyObject,
    base: c_int,
) -> *mut PyObject
Available on Py_3_13 and neither Py_LIMITED_API nor RustPython only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here