Part of kiwi.python View In Hierarchy
AttributeForwarder is an object which is used to forward certain attributes to another object.
| Class Variable | attributes | list of attributes to be forwarded |
| Instance Variable | target | forwarded object |
| Class Method | __class_init__ | Called when the class is created |
| Method | __init__ | Create a new AttributeForwarder object. |