Function pyo3::ffi::_PyInterpreterState_SetEvalFrameFunc

source ·
pub unsafe extern "C" fn _PyInterpreterState_SetEvalFrameFunc(
    interp: *mut PyInterpreterState,
    eval_frame: extern "C" fn(_: *mut PyThreadState, _: *mut PyFrameObject, _: i32) -> *mut PyObject
)
Expand description

Set the frame evaluation function.