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