decorator: decorator (decorator module for Python)
decorator:
decorator: The aim of the decorator module it to simplify the usage of
decorator: decorators for the average programmer, and to popularize decorators
decorator: usage giving examples of useful decorators, such as memoize, tracing,
decorator: redirecting_stdout, locked, etcetera.
decorator:
decorator: https://pypi.python.org/pypi/decorator
decorator:
decorator:
decorator: