On Mar 3, 8:22 pm, "Daniel Fetchinson" <[EMAIL PROTECTED]> wrote: > > What are metaclasses? > > http://www.google.com/search?q=python+metaclass > > HTH, > Daniel
Not satisfied. http://en.wikipedia.org/wiki/Metaclass#Python_example That's a limitation. The constructor can omit the superclass call, but it can't have keyword arguments, and can't use AttributeInitType.__call__ with positionals. Subclass AttributeInition, decorate __init__, or decorate class. -- http://mail.python.org/mailman/listinfo/python-list