Class k.p._ForwardedProperty(object):

Part of kiwi.python
Undocumented
Function__init__Undocumented
Function__get__Undocumented
Function__set__Undocumented
def __init__(self, attribute):
Undocumented
def __get__(self, instance, klass):
Undocumented
def __set__(self, instance, value):
Undocumented