Revision 2 as of 2004-08-10 21:42:16

Clear message

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

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