type(name, bases, dict) creates a new type

When the Python interpreter executes a class statement […], it calls type with the following arguments:

Source: Metaclasses in Five Minutes

added 2012-06-02T19:58:07Z by anders

Tags: python metaprogramming metaclasses