inversion_ideas.decorators#
Decorators for functions, methods and classes.
Functions
|
Cache the last result of a method within the instance using the model hash. |
|
Add a debug entry into the logger through a decorator. |
Classes
|
Class decorator to count function calls. |