How to memoize functions?

Fredrik Lundh fredrik at pythonware.com
Fri Jun 27 13:18:02 EDT 2003


Roy Smith wrote:

> > Or, use a shelf instead of a dictionary.
>
> What's a shelf?

from shelve import Shelf

</F>








More information about the Python-list mailing list