⇤ ← Revision 1 as of 2004-08-10 20:46:05
Size: 247
Comment:
|
Size: 318
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
It is NOT a page to discuss about decorator syntax! | It is NOT a page to discuss decorator syntax! |
Line 5: | Line 5: |
== Memoize == Here's a memoizing class. #!python inline:memoize.py |
This page is meant to be a central repository of decorator code pieces, whether useful or not <wink>. It is NOT a page to discuss decorator syntax!
Feel free to add your suggestions (please use the current decorator syntax @dec)!
Memoize
Here's a memoizing class.
#!python inline:memoize.py