PyExc_ConnectionError property

Pointer<PyObject> PyExc_ConnectionError

Implementation

ffi.Pointer<PyObject> get PyExc_ConnectionError =>
    _PyExc_ConnectionError.value;
void PyExc_ConnectionError=(Pointer<PyObject> value)

Implementation

set PyExc_ConnectionError(ffi.Pointer<PyObject> value) =>
    _PyExc_ConnectionError.value = value;