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

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

Constructor & Destructor Documentation

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

Definition at line 776 of file GaudiCommonSvcConf.py.

776  def __init__(self, name = Configurable.DefaultName, **kwargs):
777  super(SequentialOutputStream, self).__init__(name)
778  for n,v in kwargs.items():
779  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.SequentialOutputStream.getDlls (   self)

Definition at line 780 of file GaudiCommonSvcConf.py.

780  def getDlls( self ):
781  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.SequentialOutputStream.getType (   self)

Definition at line 782 of file GaudiCommonSvcConf.py.

782  def getType( self ):
783  return 'SequentialOutputStream'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.SequentialOutputStream.__slots__
staticprivate

Definition at line 739 of file GaudiCommonSvcConf.py.

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

Definition at line 773 of file GaudiCommonSvcConf.py.


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