artist property

artist property

Gets the tag that denotes the original performer of a file.

Definition:

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

See Also