|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Definition at line 114 of file GaudiSvcConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiSvc::GaudiSvcConf::ToolSvc::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 127 of file GaudiSvcConf.py.
00127 : 00128 super(ToolSvc, self).__init__(name) 00129 for n,v in kwargs.items(): 00130 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::ToolSvc::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::ToolSvc::getType | ( | self | ) |
dictionary GaudiSvc::GaudiSvcConf::ToolSvc::__slots__ [static, private] |
Initial value:
{
'OutputLevel' : 0, # int
'AuditServices' : False, # bool
'AuditInitialize' : False, # bool
'AuditStart' : False, # bool
'AuditStop' : False, # bool
'AuditFinalize' : False, # bool
'AuditReInitialize' : False, # bool
'AuditReStart' : False, # bool
}
Definition at line 115 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::ToolSvc::_propertyDocDct [static, private] |