Python Metaclasses – A blueprint for types
Python provides the ability to generate a class at runtime. We’ll explore how Metaclasses are classes that construct classes.
Ramblings of a Coder
Python provides the ability to generate a class at runtime. We’ll explore how Metaclasses are classes that construct classes.