Skip to main content

PyFrame_GetLocals

Function PyFrame_GetLocals 

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