@ above Hamilton FunctionsHamilton has a bunch of function modifiers, i.e. python decorators, to modify function behavior.
The behaviors vary based on the function modifier. Please see available-decorators.md for the current list of supported ones.
These function modifiers are either to:
There unfortunately isn't an easy thing to say here, other than, read the list of decorators and their functionality, and then if you see the need arise, use them 😀.