Skip to main content

Py_GetConstantBorrowed

Function Py_GetConstantBorrowed 

pub unsafe extern "C" fn Py_GetConstantBorrowed(
    constant_id: u32,
) -> *mut PyObject
Available on crate feature tls and Py_3_13 only.