PyExc_FileNotFoundError property

Pointer<PyObject> PyExc_FileNotFoundError

Implementation

ffi.Pointer<PyObject> get PyExc_FileNotFoundError =>
    _PyExc_FileNotFoundError.value;
void PyExc_FileNotFoundError=(Pointer<PyObject> value)

Implementation

set PyExc_FileNotFoundError(ffi.Pointer<PyObject> value) =>
    _PyExc_FileNotFoundError.value = value;