summaryrefslogtreecommitdiffstats
path: root/libraries/decorator/README
blob: d1d2a840af45449ad86d23ae95825bbf12bcfd40 (plain)
1
2
3
4
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.