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


Definition at line 89 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 94 of file GaudiHandles.py.
00094 : 00095 GaudiHandle.__init__( self, serviceName ) 00096 00097 # 00098 # The HandleArrays 00099 # class GaudiHandleArray(list):
tuple GaudiHandles::ServiceHandle::__slots__ = () [static, private] |
Definition at line 90 of file GaudiHandles.py.
string GaudiHandles::ServiceHandle::componentType = "Service" [static] |
GaudiHandles::ServiceHandle::isPublic = True [static] |