![]() |
The Gaudi Framework
v39r3 (979e3109)
|


Public Member Functions | |
| def | __init__ (self, value) |
| def | __and__ (self, rhs) |
| def | __or__ (self, rhs) |
| def | __invert__ (self) |
| def | __repr__ (self) |
Public Member Functions inherited from ControlFlow.ControlFlowNode | |
| def | __rshift__ (self, rhs) |
| def | visitNode (self, visitor) |
| def | __eq__ (self, other) |
| def | __hash__ (self) |
| def | getFullName (self) |
Public Attributes | |
| value | |
Definition at line 86 of file ControlFlow.py.
| def ControlFlow.ControlFlowBool.__init__ | ( | self, | |
| value | |||
| ) |
Definition at line 87 of file ControlFlow.py.
| def ControlFlow.ControlFlowBool.__and__ | ( | self, | |
| rhs | |||
| ) |
Reimplemented from ControlFlow.ControlFlowNode.
Definition at line 90 of file ControlFlow.py.
| def ControlFlow.ControlFlowBool.__invert__ | ( | self | ) |
Reimplemented from ControlFlow.ControlFlowNode.
Definition at line 96 of file ControlFlow.py.
| def ControlFlow.ControlFlowBool.__or__ | ( | self, | |
| rhs | |||
| ) |
Reimplemented from ControlFlow.ControlFlowNode.
Definition at line 93 of file ControlFlow.py.
| def ControlFlow.ControlFlowBool.__repr__ | ( | self | ) |
Definition at line 99 of file ControlFlow.py.
| ControlFlow.ControlFlowBool.value |
Definition at line 88 of file ControlFlow.py.