Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 374 Bytes

File metadata and controls

15 lines (10 loc) · 374 Bytes

Demonstration of Python metaclass

A small tutorial to demonstrate how meta classes work behind the scene. Execute the main.py and follow the print messages. This will give you adequate hints to understand the functionality of metaclass.