Skip to main content

PyFunction_GetCode

Function PyFunction_GetCode 

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