GaudiPython.GaudiPythonConf.PythonScriptingSvc Class Reference
Inheritance diagram for GaudiPython.GaudiPythonConf.PythonScriptingSvc:
Collaboration diagram for GaudiPython.GaudiPythonConf.PythonScriptingSvc:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 4 of file GaudiPythonConf.py.

Constructor & Destructor Documentation

def GaudiPython.GaudiPythonConf.PythonScriptingSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 18 of file GaudiPythonConf.py.

18  def __init__(self, name = Configurable.DefaultName, **kwargs):
19  super(PythonScriptingSvc, self).__init__(name)
20  for n,v in kwargs.items():
21  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiPython.GaudiPythonConf.PythonScriptingSvc.getDlls (   self)

Definition at line 22 of file GaudiPythonConf.py.

22  def getDlls( self ):
23  return 'GaudiPython'
def GaudiPython.GaudiPythonConf.PythonScriptingSvc.getType (   self)

Definition at line 24 of file GaudiPythonConf.py.

24  def getType( self ):
25  return 'PythonScriptingSvc'

Member Data Documentation

dictionary GaudiPython.GaudiPythonConf.PythonScriptingSvc.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 7, # int
3  'AuditServices' : False, # bool
4  'AuditInitialize' : False, # bool
5  'AuditStart' : False, # bool
6  'AuditStop' : False, # bool
7  'AuditFinalize' : False, # bool
8  'AuditReInitialize' : False, # bool
9  'AuditReStart' : False, # bool
10  'StartupScript' : '', # str
11  }

Definition at line 5 of file GaudiPythonConf.py.

dictionary GaudiPython.GaudiPythonConf.PythonScriptingSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 16 of file GaudiPythonConf.py.


The documentation for this class was generated from the following file: