Home | Trees | Indices | Help |
|
---|
|
object --+ | base.LastfmBase --+ | object --+ | | | mixins.cacheable.Cacheable --+ | object --+ | | | mixins.searchable.Searchable --+ | object --+ | | | mixins.taggable.Taggable --+ | Album
A class representing an album.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|||
Inherited from base.LastfmBase | |||
---|---|---|---|
|
|||
|
|||
|
|||
|
|||
Inherited from mixins.taggable.Taggable | |||
|
|||
|
|
|||
Inherited from mixins.searchable.Searchable | |||
---|---|---|---|
|
|
|||
Album |
|
||
|
|||
|
|||
|
|||
Inherited from base.LastfmBase | |||
---|---|---|---|
|
|||
|
|||
|
|||
Inherited from mixins.cacheable.Cacheable | |||
a new object with type S, a subtype of T |
|
||
|
|
|||
Inherited from mixins.cacheable.Cacheable | |||
---|---|---|---|
_lock = Lock()
|
|||
registry =
|
|
|||
str
|
name name of the album |
||
Artist |
artist artist of the album |
||
int
|
id id of the album |
||
str
|
mbid mbid of the album |
||
str
|
url url of the album's page |
||
datetime.datetime
|
release_date release date of the album |
||
dict
|
image cover images of the album |
||
Stats |
stats stats related to the album |
||
bool
|
streamable is the album streamable |
||
list of Tag
|
top_tags top tags for the album |
||
Tag |
top_tag top tag for the album |
||
Playlist |
playlist playlist for the album |
||
Inherited from |
|||
Inherited from mixins.taggable.Taggable | |||
---|---|---|---|
tags |
|
Create an Album object by providing all the data related to it.
|
Get the data for the album.
Note: Use the Api.get_album method instead of using this method directly. |
|
|
hash(x)
|
repr(x)
|
|
namename of the album
|
artistartist of the album
|
idid of the album
|
mbidmbid of the album
|
urlurl of the album's page
|
release_daterelease date of the album
|
imagecover images of the album
|
statsstats related to the album
|
streamableis the album streamable
|
top_tagstop tags for the album
|
top_tagtop tag for the album
|
playlistplaylist for the album
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 05 10:03:24 2009 | http://epydoc.sourceforge.net |