artist property

artist property

Gets or sets the artist.

Definition:

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

See Also