Differences between revisions 1 and 2
Revision 1 as of 2004-08-10 20:46:05
Size: 247
Editor: dsl-082-082-053-236
Comment:
Revision 2 as of 2004-08-10 21:42:16
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

PythonDecoratorLibrary (last edited 2017-07-04 09:44:35 by mjpieters)

Unable to edit the page? See the FrontPage for instructions.