|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |


Definition at line 303 of file PropertyProxy.py.
Public Member Functions | |
| def | __init__ |
| def PropertyProxy::GaudiHandlePropertyProxy::__init__ | ( | self, | ||
| descr, | ||||
| docString, | ||||
| default | ||||
| ) |
Reimplemented from PropertyProxy::PropertyProxy.
Definition at line 304 of file PropertyProxy.py.
00304 : 00305 GaudiHandlePropertyProxyBase.__init__( self, descr, docString, default, type(default), GaudiHandle ) 00306 00307 class GaudiHandleArrayPropertyProxy(GaudiHandlePropertyProxyBase):