Function PyFrame_GetCode
pub unsafe extern "C" fn PyFrame_GetCode(
f: *mut PyFrameObject,
) -> *mut PyCodeObject
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyFrame_GetCode(
f: *mut PyFrameObject,
) -> *mut PyCodeObject
dep_pyo3
and std
only.