slackbuilds/python/python3-decorator
Benjamin Trigona-Harany 13e22b4ede
python/python3-decorator: Updated for version 4.3.2.
2019-01-26 07:53:31 +07:00
..
README
python3-decorator.SlackBuild python/python3-decorator: Updated for version 4.3.2. 2019-01-26 07:53:31 +07:00
python3-decorator.info python/python3-decorator: Updated for version 4.3.2. 2019-01-26 07:53:31 +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.