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.
attributes =
list of attributes to be forwarded
target =
forwarded object
@classmethod
def __class_init__(cls, ns):

Called when the class is created

Parametersclsclass
namespacenamespace for newly created (type: dict)
def __init__(self, target):

Create a new AttributeForwarder object.

Parameterstargetobject to forward attributes to
API Documentation for Kiwi, generated by pydoctor at 2019-12-22 23:48:14.