Differences between revisions 2 and 3
Revision 2 as of 2004-08-10 21:42:16
Size: 318
Comment:
Revision 3 as of 2004-08-10 21:43:42
Size: 308
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
#!python

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

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

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