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