Decorators#

decorators

Decorators for functions, methods and classes.

decorators.cache_on_model

decorators.debug(func)

Add a debug entry into the logger through a decorator.

decorators.CountCalls(func)

Class decorator to count function calls.