k.p.AttributeForwarder(ClassInittableObject) : class documentation

Part of kiwi.python View In Hierarchy

AttributeForwarder is an object which is used to forward certain attributes to another object.
Instance Variablestargetforwarded object
Class Variablesattributeslist of attributes to be forwarded
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
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 2010-05-20 02:10:57.