summaryrefslogtreecommitdiffstats
path: root/python/decorator/README
blob: ff2bfc793c92bdee067840222903148ec0f961ea (plain)
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators usage giving
examples of useful decorators, such as memoize, tracing,
redirecting_stdout, locked, etc.

Python 3 support will be included if python3 is installed.