refinegems.developement subpackage
This subpackage contains mainly modules with functions and more helpful for maintainers
and developers of the refineGEMs toolbox.
decorators module
This module contains decorator functions.
- refinegems.developement.decorators.debug(func)[source]
A decorator for debug functions.
Debug functions are for giving developers detailed output for debugging the code.
- refinegems.developement.decorators.deprecate(func=None, note: str = None)[source]
A decorator to tell the user, that the function will soon be deprecated.
Used to give hints to users, that their code will not work as expected, if they update to a newer version.