Home | Trees | Indices | Help |
|
---|
|
object --+ | base.LastfmBase --+ | object --+ | | | mixins.cacheable.Cacheable --+ | object --+ | | | mixins.sharable.Sharable --+ | object --+ | | | mixins.shoutable.Shoutable --+ | object --+ | | | mixins.searchable.Searchable --+ | object --+ | | | mixins.taggable.Taggable --+ | Artist
A class representing an artist.
|
|||
|
|||
list of Artist
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|||
Inherited from base.LastfmBase | |||
---|---|---|---|
|
|||
|
|||
|
|||
|
|||
Inherited from mixins.sharable.Sharable | |||
|
|||
Inherited from mixins.taggable.Taggable | |||
|
|||
|
|
|||
Inherited from mixins.searchable.Searchable | |||
---|---|---|---|
|
|
|||
Artist |
|
||
|
|||
|
|||
|
|||
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 artist |
||
str
|
mbid MBID of the artist |
||
str
|
url url of the artist's page |
||
dict
|
image images of the artist |
||
bool
|
streamable is the artist streamable on last.fm |
||
Stats |
stats stats for the artist |
||
list of Artist
|
similar artists similar to this artist |
||
Artist |
most_similar artist most similar to this artist |
||
list of Tag
|
top_tags top tags for the artist |
||
Tag |
top_tag top tag for the artist |
||
Wiki |
bio biography of the artist |
||
lazylist of Event |
events events for the artist |
||
list of Album
|
top_albums top albums of the artist |
||
Album |
top_album top album of the artist |
||
list of User
|
top_fans top fans of the artist |
||
User |
top_fan top fan of the artist |
||
list of Track
|
top_tracks top tracks of the artist |
||
Track |
top_track topmost track of the artist |
||
Inherited from |
|||
Inherited from mixins.shoutable.Shoutable | |||
---|---|---|---|
recent_shout recent shout for this subject |
|||
shouts shouts for this ssubject |
|||
Inherited from mixins.taggable.Taggable | |||
tags |
|
Create an Artist object by providing all the data related to it.
|
Get the artists similar to this artist.
|
Get the data for the artist.
Note: Use the Api.get_artist method instead of using this method directly. |
|
|
hash(x)
|
repr(x)
|
|
namename of the artist
|
mbidMBID of the artist
|
urlurl of the artist's page
|
imageimages of the artist
|
streamableis the artist streamable on last.fm
|
statsstats for the artist
|
similarartists similar to this artist
|
most_similarartist most similar to this artist
|
top_tagstop tags for the artist
|
top_tagtop tag for the artist
|
biobiography of the artist
|
top_albumstop albums of the artist
|
top_albumtop album of the artist
|
top_fanstop fans of the artist
|
top_fantop fan of the artist
|
top_trackstop tracks of the artist
|
top_tracktopmost track of the artist
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 09 17:56:40 2009 | http://epydoc.sourceforge.net |