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