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

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

Constructor & Destructor Documentation

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

Definition at line 413 of file GaudiCommonSvcConf.py.

413  def __init__(self, name = Configurable.DefaultName, **kwargs):
414  super(InputCopyStream, self).__init__(name)
415  for n,v in kwargs.items():
416  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.InputCopyStream.getDlls (   self)

Definition at line 417 of file GaudiCommonSvcConf.py.

417  def getDlls( self ):
418  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.InputCopyStream.getType (   self)

Definition at line 419 of file GaudiCommonSvcConf.py.

419  def getType( self ):
420  return 'InputCopyStream'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.InputCopyStream.__slots__
staticprivate

Definition at line 378 of file GaudiCommonSvcConf.py.

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

Definition at line 410 of file GaudiCommonSvcConf.py.


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