nary_operator_type property

nary_operator_type property

an n-ary operator.e.g “∑”

Definition:

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

See Also