artist property

artist property

Gets or sets the name of the artist or artists.

Definition:

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

See Also