Known subclasses: kiwi.python.AttributeForwarder

I am an object which will call a classmethod called
__class_init__ when I am created.
Subclasses of me will also have __class_init__ called.

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
@classmethod
def __class_init__(cls, namespace):
Called when the class is created

@param cls:       class
@param namespace: namespace for newly created
@type  namespace: dict
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.