PyExc_SystemExit property Null safety
Implementation
ffi.Pointer<PyObject> get PyExc_SystemExit => _PyExc_SystemExit.value;
Implementation
set PyExc_SystemExit(ffi.Pointer<PyObject> value) =>
_PyExc_SystemExit.value = value;
ffi.Pointer<PyObject> get PyExc_SystemExit => _PyExc_SystemExit.value;
set PyExc_SystemExit(ffi.Pointer<PyObject> value) =>
_PyExc_SystemExit.value = value;