Package lastfm :: Module stats :: Class Stats
[hide private]
[frames] | no frames]

Class Stats

source code

object --+
         |
        Stats

A class representing the stats of an artist.

Instance Methods [hide private]
 
__init__(self, subject, listeners=None, playcount=None, tagcount=None, count=None, match=None, rank=None, weight=None, attendance=None, reviews=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__repr__(self)
repr(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  subject
subject of the stats
  rank
rank of the subject
  listeners
number of listeners of the subject
  playcount
playcount of the subject
  tagcount
tagcount of the subject
  count
count of the subject
  match
match of the subject
  weight
weight of the subject
  attendance
attendance of the subject
  reviews
reviews of the subject

Inherited from object: __class__

Method Details [hide private]

__init__(self, subject, listeners=None, playcount=None, tagcount=None, count=None, match=None, rank=None, weight=None, attendance=None, reviews=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details [hide private]

subject

subject of the stats

Get Method:
unreachable.subject(self) - subject of the stats

rank

rank of the subject

Get Method:
unreachable.rank(self) - rank of the subject

listeners

number of listeners of the subject

Get Method:
unreachable.listeners(self) - number of listeners of the subject

playcount

playcount of the subject

Get Method:
unreachable.playcount(self) - playcount of the subject

tagcount

tagcount of the subject

Get Method:
unreachable.tagcount(self) - tagcount of the subject

count

count of the subject

Get Method:
unreachable.count(self) - count of the subject

match

match of the subject

Get Method:
unreachable.match(self) - match of the subject

weight

weight of the subject

Get Method:
unreachable.weight(self) - weight of the subject

attendance

attendance of the subject

Get Method:
unreachable.attendance(self) - attendance of the subject

reviews

reviews of the subject

Get Method:
unreachable.reviews(self) - reviews of the subject