[Tutor] what does the "@" operator mean?

Paul McGuire ptmcg at austin.rr.com
Tue Dec 16 17:48:18 CET 2008


The Python Wiki has some example decorators at
http://wiki.python.org/moin/PythonDecoratorLibrary.  I think the CGIMethod
wrapper is a good intuitive example, and memoize is a good technique to add
to your Python toolkit.

-- Paul
 



More information about the Tutor mailing list