diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-11 22:53:58 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:58 +0200 |
commit | ed6d73b04b0ca21f081bc9dd909ff7889e12f2bf (patch) | |
tree | e18f8092dde8017a8f5eac87ec3a4460a9d8f9d2 /libraries/decorator/slack-desc | |
parent | 3ec5dbbd94e5f033eac26db55de546a81715127a (diff) | |
download | slackbuilds-ed6d73b04b0ca21f081bc9dd909ff7889e12f2bf.tar.gz |
libraries/decorator: Added to 12.1 repository
Diffstat (limited to 'libraries/decorator/slack-desc')
-rw-r--r-- | libraries/decorator/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/decorator/slack-desc b/libraries/decorator/slack-desc new file mode 100644 index 0000000000..18a3e69586 --- /dev/null +++ b/libraries/decorator/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +decorator: decorator (The decorator Python module) +decorator: +decorator: The aim of the decorator module it to simplify the usage of +decorator: decorators for the average programmer, and to popularize decorators +decorator: usage giving examples of useful decorators, such as memoize, tracing, +decorator: redirecting_stdout, locked, etcetera. +decorator: +decorator: http://www.phyast.pitt.edu/~micheles/python/documentation.html +decorator: +decorator: +decorator: |