Skip to main content

_PyFrameEvalFunction

Type Alias _PyFrameEvalFunction 

Source
pub type _PyFrameEvalFunction = unsafe extern "C" fn(*mut PyThreadState, *mut _PyInterpreterFrame, i32) -> *mut PyObject;