[go: up one dir, main page]

Function pyo3::ffi::PyFrame_GetCode

source ·
pub unsafe extern "C" fn PyFrame_GetCode(
    f: *mut PyFrameObject
) -> *mut PyCodeObject
Available on Py_3_10, or Py_3_9 and non-Py_LIMITED_API only.