![]() |
|
|
Generated: 8 Jan 2009 |


Definition at line 88 of file GaudiHandles.py.
Public Member Functions | |
| def | __init__ |
Static Public Attributes | |
| string | componentType = "Service" |
| isPublic = True | |
Static Private Attributes | |
| tuple | __slots__ = () |
| def GaudiHandles::ServiceHandle::__init__ | ( | self, | ||
serviceName = '' | ||||
| ) |
Reimplemented from GaudiHandles::GaudiHandle.
Definition at line 93 of file GaudiHandles.py.
00093 : 00094 GaudiHandle.__init__( self, serviceName ) 00095 00096 # 00097 # The HandleArrays 00098 # class GaudiHandleArray(list):
tuple GaudiHandles::ServiceHandle::__slots__ = () [static, private] |
Definition at line 89 of file GaudiHandles.py.
string GaudiHandles::ServiceHandle::componentType = "Service" [static] |
GaudiHandles::ServiceHandle::isPublic = True [static] |