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):
...
Gets or sets the name of the artist or artists.
@property
def artist(self):
...
@artist.setter
def artist(self, value):
...