Represent order of execution of nodes.
Definition at line 109 of file ControlFlow.py.
◆ __init__()
| def GaudiConfig.ControlFlow.OrderedNode.__init__ |
( |
|
self, |
|
|
|
lhs, |
|
|
|
rhs |
|
) |
| |
◆ __repr__()
| def GaudiConfig.ControlFlow.OrderedNode.__repr__ |
( |
|
self | ) |
|
Definition at line 118 of file ControlFlow.py.
119 return "(%r >> %r)" % (self.lhs, self.rhs)
◆ _visitSubNodes()
| def GaudiConfig.ControlFlow.OrderedNode._visitSubNodes |
( |
|
self, |
|
|
|
visitor |
|
) |
| |
|
private |
◆ lhs
| GaudiConfig.ControlFlow.OrderedNode.lhs |
◆ rhs
| GaudiConfig.ControlFlow.OrderedNode.rhs |
The documentation for this class was generated from the following file: