kiwi.python.AttributeForwarder(ClassInittableObject)
class documentationkiwi.python
(View In Hierarchy)
AttributeForwarder is an object which is used to forward certain attributes to another object. @cvar attributes: list of attributes to be forwarded @ivar target: forwarded object
Class Method | __class_init__ | Called when the class is created |
Method | __init__ | Create a new AttributeForwarder object. |