Skip to main content

PyFrame_GetLocals

Function PyFrame_GetLocals 

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