Metaclass Programming in Python
In Python (and other languages), classes are themselves objects that can be passed around and introspected. Since objects, as stated, are produced using classes as templates, what acts as a template for producing classes? The answer, of course, is metaclasses.
Comments
Stay up-to-date by subscribing to the Comments RSS Feed for this post.