Home | Trees | Indices | Help |
|
---|
|
object --+ | base.LastfmBase --+ | object --+ | | | mixins.cacheable.Cacheable --+ | object --+ | | | mixins.sharable.Sharable --+ | object --+ | | | mixins.searchable.Searchable --+ | object --+ | | | mixins.taggable.Taggable --+ | Track
A class representing a track.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|||
Inherited from base.LastfmBase | |||
---|---|---|---|
|
|||
|
|||
|
|||
|
|||
Inherited from mixins.sharable.Sharable | |||
|
|||
Inherited from mixins.taggable.Taggable | |||
|
|||
|
|
|||
Inherited from mixins.searchable.Searchable | |||
---|---|---|---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
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 =
|
|
|||
id id of the track |
|||
name name of the track |
|||
mbid mbid of the track |
|||
url url of the tracks's page |
|||
duration duration of the tracks's page |
|||
streamable is the track streamable |
|||
full_track is the full track streamable |
|||
artist artist of the track |
|||
album artist of the track |
|||
position position of the track |
|||
image image of the track's album cover |
|||
stats stats of the track |
|||
played_on datetime the track was last played |
|||
loved_on datetime the track was marked 'loved' |
|||
wiki wiki of the track |
|||
similar tracks similar to this track |
|||
most_similar track most similar to this track |
|||
top_fans top fans of the track |
|||
top_fan topmost fan of the track |
|||
top_tags top tags for the track |
|||
top_tag topmost tag for the track |
|||
Inherited from |
|||
Inherited from mixins.taggable.Taggable | |||
---|---|---|---|
tags |
|
|
|
|
hash(x)
|
repr(x)
|
|
idid of the track
|
namename of the track
|
mbidmbid of the track
|
urlurl of the tracks's page
|
durationduration of the tracks's page
|
streamableis the track streamable
|
full_trackis the full track streamable
|
artistartist of the track
|
albumartist of the track
|
positionposition of the track
|
imageimage of the track's album cover
|
statsstats of the track
|
played_ondatetime the track was last played
|
loved_ondatetime the track was marked 'loved'
|
wikiwiki of the track
|
similartracks similar to this track
|
most_similartrack most similar to this track
|
top_fanstop fans of the track
|
top_fantopmost fan of the track
|
top_tagstop tags for the track
|
top_tagtopmost tag for the track
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 09 17:56:41 2009 | http://epydoc.sourceforge.net |