instrument property

instrument property

Gets or sets the musical instruments.

Definition:

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

See Also