PyInterpreterState_GetDict method Null safety
- Pointer<
_is> arg0
Implementation
ffi.Pointer<PyObject> PyInterpreterState_GetDict(
ffi.Pointer<_is> arg0,
) {
return _PyInterpreterState_GetDict(
arg0,
);
}
ffi.Pointer<PyObject> PyInterpreterState_GetDict(
ffi.Pointer<_is> arg0,
) {
return _PyInterpreterState_GetDict(
arg0,
);
}