Package lastfm :: Module weeklychart :: Class WeeklyAlbumChart
[hide private]
[frames] | no frames]

Class WeeklyAlbumChart

source code

                object --+        
                         |        
           base.LastfmBase --+    
                             |    
                object --+   |    
                         |   |    
mixins.cacheable.Cacheable --+    
                             |    
                   WeeklyChart --+
                                 |
                                WeeklyAlbumChart

A class for representing the weekly album charts

Instance Methods [hide private]
 
init(self, subject, start, end, stats, albums) source code

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

    Inherited from WeeklyChart
 
__eq__(self, other) source code
 
__hash__(self)
hash(x)
source code
 
__lt__(self, other) source code
 
__repr__(self)
repr(x)
source code
    Inherited from base.LastfmBase
 
__ge__(self, other) source code
 
__gt__(self, other) source code
 
__le__(self, other) source code
 
__ne__(self, other) source code
Static Methods [hide private]
 
create_from_data(api, subject, data) source code
    Inherited from WeeklyChart
 
_check_weekly_chart_params(params, start=None, end=None) source code
 
_hash_func(*args, **kwds) source code
    Inherited from mixins.cacheable.Cacheable
a new object with type S, a subtype of T
__new__(cls, *args, **kwds) source code
 
register(ob, key) source code
Class Variables [hide private]
    Inherited from mixins.cacheable.Cacheable
  _lock = Lock()
  registry = {}
Properties [hide private]
  albums

Inherited from object: __class__

    Inherited from WeeklyChart
  end
  start
  stats
  subject
Method Details [hide private]

init(self, subject, start, end, stats, albums)

source code 
Overrides: WeeklyChart.init

create_from_data(api, subject, data)
Static Method

source code 
Overrides: WeeklyChart.create_from_data

Property Details [hide private]

albums

Get Method:
unreachable.albums(self)