album property

album property

Definition:

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

See Also