![]() |
The Gaudi Framework
master (ff829712)
|
Public Member Functions | |
__init__ (self, item) | |
__repr__ (self) | |
![]() | |
__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 | |
![]() | |
_fullname = makeSequences(self).getFullName() | |
Treat a control flow node as always successful, equivalent to (a | ~ a).
Definition at line 174 of file ControlFlow.py.
ControlFlow.ignore.__init__ | ( | self, | |
item ) |
Definition at line 179 of file ControlFlow.py.
ControlFlow.ignore.__repr__ | ( | self | ) |
Definition at line 182 of file ControlFlow.py.
|
protected |
Reimplemented from ControlFlow.ControlFlowNode.
Definition at line 185 of file ControlFlow.py.
ControlFlow.ignore.item = item |
Definition at line 180 of file ControlFlow.py.