slackbuilds_ponce/python/decorator/README
Benjamin Trigona-Harany 3b7215cf86 python/decorator: Remove Python 3 support.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2017-04-22 08:10:26 +07:00

4 lines
231 B
Text

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.