Skip to content

Allow developer to optionally add attributes to a DeviceProxy instance

Anton Joubert requested to merge allow_setattr_on_devproxy into develop

Add a mechanism that allows a developer to re-enable the old behaviour: where new Python attributes can be added to a DeviceProxy instance. See details in the issue below.

Note: the default behaviour is still to disallow unknown attributes, so no change since version 9.3.4.

Closes #505 (closed)

Merge request reports