![]() |
![]() |
Public Member Functions | |
def | __and__ (self, other) |
def | __init__ (self) |
def | __or__ (self, other) |
![]() | |
def | __add__ (self, rhs) |
def | __init__ (self) |
def | __invert__ (self) |
def | __mul__ (self, rhs) |
def | isLeaf (self) |
def | isOperation (self) |
def | resolve (self, processDict, keepIfCannotResolve=False) |
def | visitNode (self, visitor) |
Denotes an object which can be used in a boolean logic sequence
Definition at line 68 of file SequenceTypes.py.
def SequenceTypes._BooleanLogicSequenceable.__init__ | ( | self | ) |
Definition at line 70 of file SequenceTypes.py.
def SequenceTypes._BooleanLogicSequenceable.__and__ | ( | self, | |
other | |||
) |
Definition at line 74 of file SequenceTypes.py.
def SequenceTypes._BooleanLogicSequenceable.__or__ | ( | self, | |
other | |||
) |
Definition at line 72 of file SequenceTypes.py.
Referenced by LumiList.LumiList.__add__().