Skip to main content

PyFrame_GetGenerator

Function PyFrame_GetGenerator 

pub unsafe extern "C" fn PyFrame_GetGenerator(
    frame: *mut PyFrameObject,
) -> *mut PyObject
Available on Py_3_11 and crate feature tls only.