PyExc_ConnectionRefusedError property Null safety

Pointer<PyObject> PyExc_ConnectionRefusedError

Implementation

ffi.Pointer<PyObject> get PyExc_ConnectionRefusedError =>
    _PyExc_ConnectionRefusedError.value;
void PyExc_ConnectionRefusedError= (Pointer<PyObject> value)

Implementation

set PyExc_ConnectionRefusedError(ffi.Pointer<PyObject> value) =>
    _PyExc_ConnectionRefusedError.value = value;