Class k.p.AttributeForwarder(
ClassInittableObject
):
Part of
kiwi
.
python
View In Hierarchy
AttributeForwarder is an object which is used to forward certain attributes to another object.
Instance Variables
target
forwarded object
Class Variables
attributes
list of attributes to be forwarded
Method
__class_init__
Called when the class is created
Method
__init__
def __class_init__(cls, ns):
overrides
kiwi.python.ClassInittableObject.__class_init__
Called when the class is created
Parameters
cls
class
namespace
namespace for newly created (type: dict )
def __init__(self, target):
Parameters
target
object to forward attributes to
API Documentation
for Kiwi, generated by
pydoctor
.