slackbuilds/python/decorator
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/decorator: Remove Python 3 support. 2017-04-22 08:10:26 +07:00
decorator.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
decorator.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05: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.