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