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

@param cls:       class
@param namespace: namespace for newly created
@type  namespace: dict
def __init__(self, target):
Create a new AttributeForwarder object.

@param target: object to forward attributes to
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.