![]() |
|
|
Generated: 8 Jan 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):