PyExc_NotADirectoryError property

Pointer<PyObject> PyExc_NotADirectoryError

Implementation

ffi.Pointer<PyObject> get PyExc_NotADirectoryError =>
    _PyExc_NotADirectoryError.value;
void PyExc_NotADirectoryError=(Pointer<PyObject> value)

Implementation

set PyExc_NotADirectoryError(ffi.Pointer<PyObject> value) =>
    _PyExc_NotADirectoryError.value = value;