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

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 168 of file ControlFlow.py.

Constructor & Destructor Documentation

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

Definition at line 169 of file ControlFlow.py.

169  def __init__(self, item):
170  self.item = item
171 
def __init__(self, item)
Definition: ControlFlow.py:169

Member Function Documentation

def GaudiConfig.ControlFlow.par.__repr__ (   self)

Definition at line 172 of file ControlFlow.py.

172  def __repr__(self):
173  return "par(%r)" % self.item
174 
def GaudiConfig.ControlFlow.par._visitSubNodes (   self,
  visitor 
)
private

Definition at line 175 of file ControlFlow.py.

175  def _visitSubNodes(self, visitor):
176  self.item.visitNode(visitor)
177 
178 
def _visitSubNodes(self, visitor)
Definition: ControlFlow.py:175

Member Data Documentation

GaudiConfig.ControlFlow.par.item

Definition at line 170 of file ControlFlow.py.


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