Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 406 Bytes

File metadata and controls

11 lines (8 loc) · 406 Bytes

Python Metaclasses

This folder provides the code examples for the Real Python tutorial Python Metaclasses.

The tutorial demonstrates its examples in the interactive interpreter, so each REPL sequence is collected here as a runnable script that prints the output the tutorial shows. Run any of them with Python 3.14:

$ python custom_metaclass.py