Is it possible to inheret a metaclass.

Antoon Pardon antoon.pardon at rece.vub.ac.be
Thu Apr 9 12:11:23 EDT 2020


I am experimenting with subclasses that all need the same metaclass as the
base class. Is there a way to make the metaclass be inherited, so that you
don't have to repeat the "metaclass = MetaClass" with every subclass.

-- 
Antoon Pardon.


More information about the Python-list mailing list