Function _PyInterpreterState_SetEvalFrameFunc

Source
pub unsafe extern "C" fn _PyInterpreterState_SetEvalFrameFunc(
    interp: *mut PyInterpreterState,
    eval_frame: extern "C" fn(*mut PyThreadState, *mut _PyInterpreterFrame, i32) -> *mut PyObject,
)
Expand description

Set the frame evaluation function.