Skip to main content

PyInterpreterState_GetDict

Function PyInterpreterState_GetDict 

pub unsafe extern "C" fn PyInterpreterState_GetDict(
    arg1: *mut PyInterpreterState,
) -> *mut PyObject
Available on Py_3_8 and non-PyPy and crate feature tls only.