Skip to main content

PyFrame_GetGenerator

Function PyFrame_GetGenerator 

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