![]() |
|
|
Generated: 8 Jan 2009 |
Definition at line 1710 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 1750 of file GaudiSvcConf.py.
01750 : 01751 super(ApplicationMgr, self).__init__(name) 01752 for n,v in kwargs.items(): 01753 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::ApplicationMgr::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::ApplicationMgr::getType | ( | self | ) |
Definition at line 1756 of file GaudiSvcConf.py.
01756 : 01757 return 'ApplicationMgr' pass # class ApplicationMgr
dictionary GaudiSvc::GaudiSvcConf::ApplicationMgr::__slots__ [static, private] |
Definition at line 1711 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::ApplicationMgr::_propertyDocDct [static, private] |
Initial value:
{
'PropertiesPrint' : """ Flag to activate the printout of properties """,
}
Definition at line 1747 of file GaudiSvcConf.py.