PyExc_InterruptedError property

Pointer<PyObject> PyExc_InterruptedError

Implementation

ffi.Pointer<PyObject> get PyExc_InterruptedError =>
    _PyExc_InterruptedError.value;
void PyExc_InterruptedError=(Pointer<PyObject> value)

Implementation

set PyExc_InterruptedError(ffi.Pointer<PyObject> value) =>
    _PyExc_InterruptedError.value = value;