Size: 247
Comment:
|
Size: 308
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. 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.
inline:memoize.py