slackbuilds/python/decorator
Benjamin Trigona-Harany 053d9c55d2
python/decorator: Updated for version 5.0.7.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-04-17 11:47:47 +07:00
..
README python/decorator: Remove Python 3 support. 2017-04-22 08:10:26 +07:00
decorator.SlackBuild python/decorator: Updated for version 5.0.7. 2021-04-17 11:47:47 +07:00
decorator.info python/decorator: Updated for version 5.0.7. 2021-04-17 11:47:47 +07:00
slack-desc python/decorator: Updated homepage link. 2017-05-20 06:54:35 +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.