Decorator

Paul McGuire ptmcg at austin.rr._bogus_.com
Fri May 12 03:42:12 EDT 2006


"Lad" <python at hope.cz> wrote in message
news:1147416658.204175.193480 at i39g2000cwa.googlegroups.com...
> I use Python 2.3.
> I have heard about decorators in Python 2.4.
> What is the decorator useful for?
> Thanks for reply
> L.
>
Check out these examples on the Python wiki:
http://wiki.python.org/moin/PythonDecoratorLibrary

I've gotten to be a big fan of memoize.

-- Paul





More information about the Python-list mailing list