Are decorators really that different from metaclasses...

Anthony Baxter anthonybaxter at gmail.com
Tue Aug 24 23:26:03 EDT 2004


I forgot one other point I meant to add - think about when the body of
a class gets executed, vs when the body of a function gets executed.
The former is at compile time, the latter is when the function is
used.



More information about the Python-list mailing list