Use Cases for Metaclasses in Python
Why do we even need metaclasses? Specially when we have class inheritance and multiple inheritance and constructors to granularly define what we need?
Answer is yes! We need metaclass when we need to influence how a class is defined. In other words -...
eklavvya.hashnode.dev3 min read