Skip to content

foton.py: delegate from Section to FilterDesign

Christopher Wipf requested to merge christopher.wipf/dtt:master into master

Simplify the interface by allowing users to call the FilterDesign class's methods directly on a Section. Section.get_filterdesign() and Section.set_filterdesign() are automatically invoked as needed.

Implementation inspired by https://pypi.org/project/delegateto/

Merge request reports