syside.Operator

class Operator(*args, **kwds)

Bases: enum.Enum

__str__() str
If = 0
NullCoalescing = 1
Implies = 2
LogicalOr = 3
Or = 4
Xor = 5
LogicalAnd = 6
And = 7
Equals = 8
Same = 9
NotEquals = 10
NotSame = 11
IsType = 12
HasType = 13
At = 14
AtAt = 15
As = 16
Meta = 17
Less = 18
LessEqual = 19
Greater = 20
GreaterEqual = 21
Range = 22
Plus = 23
Minus = 24
Multiply = 25
Divide = 26
Modulo = 27
ExponentStar = 28
ExponentCaret = 29
Conjugation = 30
Not = 31
All = 32
Quantity = 34
Comma = 35
from_string() syside.Operator
Dot = 36
Collect = 37
Index = 33
Select = 38
Metadata = 39
classmethod __signature__()
__new__(value)
__repr__()
__dir__()

Returns public methods and other interesting attributes.

__format__(format_spec)
__hash__()
__reduce_ex__(proto)
__deepcopy__(memo)
__copy__()
name()

The name of the Enum member.

value()

The value of the Enum member.