album property

album property

Gets or sets the name of the album.

Definition:

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

See Also