slackbuilds_ponce/python/decorator
Benjamin Trigona-Harany bcbd6503c7
python/decorator: Add support for Python 3.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2019-06-01 07:04:25 +07:00
..
decorator.info python/decorator: Add support for Python 3. 2019-06-01 07:04:25 +07:00
decorator.SlackBuild python/decorator: Add support for Python 3. 2019-06-01 07:04:25 +07:00
README
slack-desc

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.