slackbuilds/libraries/decorator
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README libraries/decorator: Fixed dep information 2012-08-26 09:30:46 +02:00
decorator.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
decorator.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc libraries/decorator: Updated for version 3.4.0. 2013-03-04 17:26:52 -05: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.