The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
ControlFlow.par Class Reference
Inheritance diagram for ControlFlow.par:
Collaboration diagram for ControlFlow.par:

Public Member Functions

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

Public Attributes

 item = item
 

Protected Member Functions

 _visitSubNodes (self, visitor)
 

Additional Inherited Members

- Protected Attributes inherited from ControlFlow.ControlFlowNode
 _fullname = makeSequences(self).getFullName()
 

Detailed Description

Definition at line 189 of file ControlFlow.py.

Constructor & Destructor Documentation

◆ __init__()

ControlFlow.par.__init__ ( self,
item )

Definition at line 190 of file ControlFlow.py.

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

Member Function Documentation

◆ __repr__()

ControlFlow.par.__repr__ ( self)

Definition at line 193 of file ControlFlow.py.

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

◆ _visitSubNodes()

ControlFlow.par._visitSubNodes ( self,
visitor )
protected

Reimplemented from ControlFlow.ControlFlowNode.

Definition at line 196 of file ControlFlow.py.

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

Member Data Documentation

◆ item

ControlFlow.par.item = item

Definition at line 191 of file ControlFlow.py.


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