Skip to main content

PyCFunction_GetSelf

Function PyCFunction_GetSelf 

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