"Charles Merriam" <[EMAIL PROTECTED]> wrote: > I gave a talk last week that included Metaclasses. From what I've > read, there seems to be only one use case for metaclasses: go through > and play with the attributes when the class is created.
A metaclass can define behavior for its classes. I'm using that quite a bit. -- Christian Tanzer http://www.c-tanzer.at/ _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
