album property
album property
Gets or sets the name of the album.
Definition:
@property
def album(self):
...
@album.setter
def album(self, value):
...
Gets or sets the name of the album.
@property
def album(self):
...
@album.setter
def album(self, value):
...