Skip to main content

PyFrame_GetVar

Function PyFrame_GetVar 

Source
pub unsafe extern "C" fn PyFrame_GetVar(
    frame: *mut PyFrameObject,
    name: *mut PyObject,
) -> *mut PyObject
Available on Py_3_12 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here