slackbuilds_ponce/python/decorator
Benjamin Trigona-Harany 951c2c3d1b python/decorator: Updated for version 4.3.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2018-04-21 07:43:04 +07:00
..
decorator.info python/decorator: Updated for version 4.3.0. 2018-04-21 07:43:04 +07:00
decorator.SlackBuild python/decorator: Updated for version 4.3.0. 2018-04-21 07:43:04 +07:00
README
slack-desc python/decorator: Updated homepage link. 2017-05-20 06:54:35 +07:00

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.