Class k.p.AttributeForwarder(ClassInittableObject):

Part of kiwi.python View In Hierarchy

AttributeForwarder is an object which is used to forward certain attributes to another object.
Instance Variablestargetforwarded object
Class Variablesattributeslist of attributes to be forwarded
Method __class_init__ Called when the class is created
Method __init__
def __class_init__(cls, ns):
Called when the class is created
Parametersclsclass
namespacenamespace for newly created (type: dict )
def __init__(self, target):
Parameterstargetobject to forward attributes to
API Documentation for Kiwi, generated by pydoctor.