advanced35 minby DevFox

Metaclasses and Class Creation

What happens when a class statement executes, why __init_subclass__ and decorators solve most of what people reach for metaclasses to do, and the narrow cases that genuinely need one.

  • Python

    Metaclasses and Class Creation — Advanced Python | DevFox Labs