![]() |
The Gaudi Framework
v28r1
|
Public Member Functions | |
def | __init__ (self, item) |
def | __repr__ (self) |
![]() | |
def | __and__ (self, rhs) |
def | __or__ (self, rhs) |
def | __invert__ (self) |
def | __rshift__ (self, rhs) |
def | visitNode (self, visitor) |
def | __eq__ (self, other) |
def | getFullName (self) |
Public Attributes | |
item | |
Private Member Functions | |
def | _visitSubNodes (self, visitor) |
Treat a control flow node as always successful, equivalent to (a | ~ a).
Definition at line 142 of file ControlFlow.py.
def GaudiConfig.ControlFlow.ignore.__init__ | ( | self, | |
item | |||
) |
Definition at line 146 of file ControlFlow.py.
def GaudiConfig.ControlFlow.ignore.__repr__ | ( | self | ) |
Definition at line 149 of file ControlFlow.py.
|
private |
Definition at line 152 of file ControlFlow.py.
GaudiConfig.ControlFlow.ignore.item |
Definition at line 147 of file ControlFlow.py.