![]() |
|
|
Generated: 8 Jan 2009 |
Definition at line 1258 of file GaudiSvcConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiSvc::GaudiSvcConf::ExceptionSvc::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 1273 of file GaudiSvcConf.py.
01273 : 01274 super(ExceptionSvc, self).__init__(name) 01275 for n,v in kwargs.items(): 01276 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::ExceptionSvc::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::ExceptionSvc::getType | ( | self | ) |
Definition at line 1279 of file GaudiSvcConf.py.
01279 : 01280 return 'ExceptionSvc' pass # class ExceptionSvc
dictionary GaudiSvc::GaudiSvcConf::ExceptionSvc::__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
'Catch' : 'all', # str
'Algorithms' : [ ], # list
}
Definition at line 1259 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::ExceptionSvc::_propertyDocDct [static, private] |