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