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