Python

Python

The Python programming language

Customizing class creation in Python

When one thinks of ways of customizing classes at creation time, people probably typically think of metaclasses [https://docs.python.org/3/reference/datamodel.html#metaclasses] and class decorators [https://docs.python.org/

© 2013 Brett Cannon