slackbuilds/python/decorator
Arn0 ad85f56736
python/decorator: updated for version 5.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-09 09:29:51 +07:00
..
README
decorator.SlackBuild python/decorator: updated for version 5.1.1 2022-03-09 09:29:51 +07:00
decorator.info python/decorator: updated for version 5.1.1 2022-03-09 09:29:51 +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.