Skip to main content

PyException_GetCause

Function PyException_GetCause 

pub unsafe extern "C" fn PyException_GetCause(
    arg1: *mut PyObject,
) -> *mut PyObject
Available on crate feature tls only.