first_operand property

first_operand property

FirstOperand

Definition:

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

See Also