[go: up one dir, main page]

pyo3::ffi

Type Alias _PyFrameEvalFunction

Source
pub type _PyFrameEvalFunction = extern "C" fn(_: *mut PyThreadState, _: *mut PyFrameObject, _: i32) -> *mut PyObject;
Available on Py_3_9 and non-Py_3_11 only.