The Gaudi Framework  v30r3 (a5ef0a68)
GaudiConfig.ControlFlow.seq Class Reference
Inheritance diagram for GaudiConfig.ControlFlow.seq:
Collaboration diagram for GaudiConfig.ControlFlow.seq:

Public Member Functions

def __init__ (self, item)
 
def __repr__ (self)
 
- Public Member Functions inherited from GaudiConfig.ControlFlow.ControlFlowNode
def __and__ (self, rhs)
 
def __or__ (self, rhs)
 
def __invert__ (self)
 
def __rshift__ (self, rhs)
 
def visitNode (self, visitor)
 
def __eq__ (self, other)
 
def getFullName (self)
 

Public Attributes

 item
 

Private Member Functions

def _visitSubNodes (self, visitor)
 

Detailed Description

Definition at line 179 of file ControlFlow.py.

Constructor & Destructor Documentation

def GaudiConfig.ControlFlow.seq.__init__ (   self,
  item 
)

Definition at line 180 of file ControlFlow.py.

180  def __init__(self, item):
181  self.item = item
182 
def __init__(self, item)
Definition: ControlFlow.py:180

Member Function Documentation

def GaudiConfig.ControlFlow.seq.__repr__ (   self)

Definition at line 183 of file ControlFlow.py.

183  def __repr__(self):
184  return "seq(%r)" % self.item
185 
def GaudiConfig.ControlFlow.seq._visitSubNodes (   self,
  visitor 
)
private

Definition at line 186 of file ControlFlow.py.

186  def _visitSubNodes(self, visitor):
187  self.item.visitNode(visitor)
188 
189 
def _visitSubNodes(self, visitor)
Definition: ControlFlow.py:186

Member Data Documentation

GaudiConfig.ControlFlow.seq.item

Definition at line 181 of file ControlFlow.py.


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