metaclass that inherits a class of that metaclass?

ironfroggy ironfroggy at gmail.com
Wed Jun 1 12:36:05 EDT 2005


Hoping this isn't seeming too confusing, but I need to create a
metaclass and a class using that metaclass, such that one of the bases
of the metaclass is the class created with that metaclass. I can't
figure out a way to do this, even after trying to add the class as a
base after the classes have been created.

Is there some way I can get this to work properly?




More information about the Python-list mailing list