PyExc_ConnectionResetError property

Pointer<PyObject> PyExc_ConnectionResetError

Implementation

ffi.Pointer<PyObject> get PyExc_ConnectionResetError =>
    _PyExc_ConnectionResetError.value;
void PyExc_ConnectionResetError=(Pointer<PyObject> value)

Implementation

set PyExc_ConnectionResetError(ffi.Pointer<PyObject> value) =>
    _PyExc_ConnectionResetError.value = value;