PyExc_FileExistsError property

Pointer<PyObject> PyExc_FileExistsError

Implementation

ffi.Pointer<PyObject> get PyExc_FileExistsError =>
    _PyExc_FileExistsError.value;
void PyExc_FileExistsError=(Pointer<PyObject> value)

Implementation

set PyExc_FileExistsError(ffi.Pointer<PyObject> value) =>
    _PyExc_FileExistsError.value = value;