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