decorator: decorator (The decorator Python module)
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: http://www.phyast.pitt.edu/~micheles/python/documentation.html
decorator:
decorator:
decorator: