Part of kiwi.python View In Hierarchy
Known subclasses: kiwi.python.AttributeForwarder
Note that __class_init__ is called when the class is created, eg when the file is imported at the first time. It's called after the class is created, but before it is put in the namespace of the module where it is defined.
Class Method | __class_init__ | Called when the class is created |
Parameters | cls | class |
namespace | namespace for newly created (type: dict ) |