Class k.p.AttributeForwarder(ClassInittableObject):

Part of kiwi.python
AttributeForwarder is an object which is used to forward certain attributes to another object.
cvar attributeslist of attributes to be forwarded
ivar targetforwarded object
Function__class_init__
Called when the class is created
Function__init__
Create a new AttributeForwarder object.
def __class_init__(cls, ns):
Called when the class is created
def __init__(self, target):
Create a new AttributeForwarder object.