You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Arn0 8f0fb7d239
python/python3-decorator: updated for version 5.2.1
11 months ago
..
README python/python3-decorator: Added (decorator module for Python 3). 9 years ago
python3-decorator.SlackBuild python/python3-decorator: updated for version 5.2.1 11 months ago
python3-decorator.info python/python3-decorator: updated for version 5.2.1 11 months ago
slack-desc python/python3-decorator: Added (python decorator). 2 years ago

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.