class documentation

class ArithOp(Enum):

View In Hierarchy

Used in Op.APPLY expression to specify the function part.
Constant ADD Undocumented
Constant DIV Undocumented
Constant MUL Undocumented
Constant NEG Undocumented
Constant POS Undocumented
Constant POW Undocumented
Constant SUB Undocumented
ADD: int =

Undocumented

Value
3
DIV: int =

Undocumented

Value
6
MUL: int =

Undocumented

Value
5
NEG: int =

Undocumented

Value
2
POS: int =

Undocumented

Value
1
POW: int =

Undocumented

Value
7
SUB: int =

Undocumented

Value
4