pyroll-project / pyroll-core

PyRoll rolling simulation framework - core library.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Extension Hooks #32

Closed axtimhaus closed 1 year ago

axtimhaus commented 1 year ago

Problem: hooks added by plugins are not discovered by code completion

=> Added a pattern to declare a decorated derived class to enable code completion

See tests/hooks/test_extension_class.py for how to use it.