|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Definition at line 1703 of file GaudiSvcConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiSvc::GaudiSvcConf::ApplicationMgr::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 1743 of file GaudiSvcConf.py.
01743 : 01744 super(ApplicationMgr, self).__init__(name) 01745 for n,v in kwargs.items(): 01746 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::ApplicationMgr::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::ApplicationMgr::getType | ( | self | ) |
Definition at line 1749 of file GaudiSvcConf.py.
01749 : 01750 return 'ApplicationMgr' pass # class ApplicationMgr
dictionary GaudiSvc::GaudiSvcConf::ApplicationMgr::__slots__ [static, private] |
Definition at line 1704 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::ApplicationMgr::_propertyDocDct [static, private] |
Initial value:
{
'PropertiesPrint' : """ Flag to activate the printout of properties """,
}
Definition at line 1740 of file GaudiSvcConf.py.