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