![]() |
![]() |
Public Member Functions | |
def | __eq__ (self, other) |
def | __init__ (self, operand) |
def | __ne__ (self, other) |
def | decoration (self) |
def | isOperation (self) |
def | resolve (self, processDict, keepIfCannotResolve=False) |
![]() | |
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) |
Private Member Functions | |
def | _clonesequence (self, lookuptable) |
def | _findDependencies (self, knownDeps, presentDeps) |
def | _remove (self, original) |
def | _replace (self, original, replacement) |
def | _visitSubNodes (self, visitor) |
Private Attributes | |
_operand | |
For ~ and - operators
Definition at line 436 of file SequenceTypes.py.
def SequenceTypes._UnarySequenceOperator.__init__ | ( | self, | |
operand | |||
) |
Definition at line 438 of file SequenceTypes.py.
def SequenceTypes._UnarySequenceOperator.__eq__ | ( | self, | |
other | |||
) |
Definition at line 444 of file SequenceTypes.py.
References SequenceTypes._UnarySequenceOperator._operand.
Referenced by SequenceTypes._UnarySequenceOperator.__ne__().
def SequenceTypes._UnarySequenceOperator.__ne__ | ( | self, | |
other | |||
) |
Definition at line 447 of file SequenceTypes.py.
References OrderedSet.OrderedSet.__eq__(), Mixins._SimpleParameterTypeBase.__eq__(), svgfig.SVG.__eq__(), SequenceTypes._UnarySequenceOperator.__eq__(), and BeautifulSoup.Tag.__eq__().
|
private |
Definition at line 451 of file SequenceTypes.py.
|
private |
Definition at line 449 of file SequenceTypes.py.
|
private |
Definition at line 458 of file SequenceTypes.py.
References SequenceTypes._UnarySequenceOperator._operand.
|
private |
Definition at line 453 of file SequenceTypes.py.
References SequenceTypes._UnarySequenceOperator._operand.
|
private |
Definition at line 468 of file SequenceTypes.py.
def SequenceTypes._UnarySequenceOperator.decoration | ( | self | ) |
Definition at line 470 of file SequenceTypes.py.
def SequenceTypes._UnarySequenceOperator.isOperation | ( | self | ) |
Definition at line 466 of file SequenceTypes.py.
Definition at line 463 of file SequenceTypes.py.
References SequenceTypes._UnarySequenceOperator._operand.
|
private |
Definition at line 439 of file SequenceTypes.py.
Referenced by SequenceTypes._UnarySequenceOperator.__eq__(), SequenceTypes._SequenceNegation.__str__(), SequenceTypes._SequenceIgnore.__str__(), SequenceTypes._UnarySequenceOperator._remove(), SequenceTypes._UnarySequenceOperator._replace(), and SequenceTypes._UnarySequenceOperator.resolve().