slackbuilds_ponce/python/decorator
Benjamin Trigona-Harany 2bd1caaa26 python/decorator: Updated for version 4.1.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2017-07-29 17:50:13 +07:00
..
decorator.info python/decorator: Updated for version 4.1.2. 2017-07-29 17:50:13 +07:00
decorator.SlackBuild python/decorator: Updated for version 4.1.2. 2017-07-29 17:50:13 +07:00
README
slack-desc python/decorator: Updated homepage link. 2017-05-20 06:54:35 +07:00

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.