Package lastfm :: Package lib :: Module objects :: Class Artist
[frames | no frames]

Type Artist

    object --+    
             |    
DOMBasedObject --+
                 |
                Artist


Artist class
Method Summary
  __init__(self, dom)
  __repr__(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Instance Variable Summary
    Artist attributes
str name: Artist's name
str mbid: MBID
str url: URL to artist's homepage on Last.fm
str thumbnail: URL to artist's image (thumbnail) on Last.fm
str image: URL to artist's image on Last.fm
    User related attributes
int playcount: How often did a user listen to this
int rank: The rank of a artist in a users profile

Instance Variable Details

name

Artist's name
Type:
str
Value:
None                                                                  

mbid

MBID
Type:
str
Value:
None                                                                  

url

URL to artist's homepage on Last.fm
Type:
str
Value:
None                                                                  

thumbnail

URL to artist's image (thumbnail) on Last.fm
Type:
str
Value:
None                                                                  

image

URL to artist's image on Last.fm
Type:
str
Value:
None                                                                  

playcount

How often did a user listen to this
Type:
int
Value:
None                                                                  

rank

The rank of a artist in a users profile
Type:
int
Value:
None                                                                  

Generated by Epydoc 2.1 on Sat Feb 24 09:22:17 2007 http://epydoc.sf.net