The Gaudi Framework  v36r9p1 (5c15b2bb)
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 __hash__ (self)
 
def getFullName (self)
 

Public Attributes

 item
 

Private Member Functions

def _visitSubNodes (self, visitor)
 

Detailed Description

Definition at line 190 of file ControlFlow.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 191 of file ControlFlow.py.

191  def __init__(self, item):
192  self.item = item
193 

Member Function Documentation

◆ __repr__()

def GaudiConfig.ControlFlow.par.__repr__ (   self)

Definition at line 194 of file ControlFlow.py.

194  def __repr__(self):
195  return "par(%r)" % self.item
196 

◆ _visitSubNodes()

def GaudiConfig.ControlFlow.par._visitSubNodes (   self,
  visitor 
)
private

Reimplemented from GaudiConfig.ControlFlow.ControlFlowNode.

Definition at line 197 of file ControlFlow.py.

197  def _visitSubNodes(self, visitor):
198  self.item.visitNode(visitor)
199 
200 

Member Data Documentation

◆ item

GaudiConfig.ControlFlow.par.item

Definition at line 192 of file ControlFlow.py.


The documentation for this class was generated from the following file:
GaudiPython.HistoUtils.__repr__
__repr__
Definition: HistoUtils.py:536