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