PyExc_BrokenPipeError property

Pointer<PyObject> PyExc_BrokenPipeError

Implementation

ffi.Pointer<PyObject> get PyExc_BrokenPipeError =>
    _PyExc_BrokenPipeError.value;
void PyExc_BrokenPipeError=(Pointer<PyObject> value)

Implementation

set PyExc_BrokenPipeError(ffi.Pointer<PyObject> value) =>
    _PyExc_BrokenPipeError.value = value;