PyExc_AttributeError property

Pointer<PyObject> PyExc_AttributeError

Implementation

ffi.Pointer<PyObject> get PyExc_AttributeError => _PyExc_AttributeError.value;
void PyExc_AttributeError=(Pointer<PyObject> value)

Implementation

set PyExc_AttributeError(ffi.Pointer<PyObject> value) =>
    _PyExc_AttributeError.value = value;