slackbuilds/python/python3-decorator
David Spencer e3f3171d6b python/python3-decorator: Updated homepage link.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-05-20 06:54:33 +07:00
..
README python/python3-decorator: Added (decorator module for Python 3). 2017-04-16 14:57:13 +07:00
python3-decorator.SlackBuild python/python3-decorator: Added (decorator module for Python 3). 2017-04-16 14:57:13 +07:00
python3-decorator.info python/python3-decorator: Updated homepage link. 2017-05-20 06:54:33 +07:00
slack-desc python/python3-decorator: Updated homepage link. 2017-05-20 06:54:33 +07:00

README

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.