execute_annotations

All callables annotated by @execute_annotations will execute all correctly placed Assert-, Modify-, and Sequence-annotations in the callable's signature when called.

Without this decorator, annotations from the typing-exe-package are dead code.

For usage-details, see the Assert-, Modify-, and Sequence-pages, or Quickstart.