GaudiCommonSvc.GaudiCommonSvcConf.OutputStream Class Reference
Inheritance diagram for GaudiCommonSvc.GaudiCommonSvcConf.OutputStream:
Collaboration diagram for GaudiCommonSvc.GaudiCommonSvcConf.OutputStream:

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 451 of file GaudiCommonSvcConf.py.

Constructor & Destructor Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.OutputStream.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 486 of file GaudiCommonSvcConf.py.

486  def __init__(self, name = Configurable.DefaultName, **kwargs):
487  super(OutputStream, self).__init__(name)
488  for n,v in kwargs.items():
489  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.OutputStream.getDlls (   self)

Definition at line 490 of file GaudiCommonSvcConf.py.

490  def getDlls( self ):
491  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.OutputStream.getType (   self)

Definition at line 492 of file GaudiCommonSvcConf.py.

492  def getType( self ):
493  return 'OutputStream'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.OutputStream.__slots__
staticprivate

Definition at line 452 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.OutputStream._propertyDocDct
staticprivate
Initial value:
1 = {
2  'RegisterForContextService' : ,
3  }

Definition at line 483 of file GaudiCommonSvcConf.py.


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