Skip to main content

PyFrame_GetVar

Function PyFrame_GetVar 

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