arithmetic_operator property

arithmetic_operator property

ArithmeticOperator

Definition:

@property
def arithmetic_operator(self):
    ...
@arithmetic_operator.setter
def arithmetic_operator(self, value):
    ...

See Also