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 WeeklyChart: __eq__, __hash__, __lt__, __repr__

Inherited from base.LastfmBase: __ge__, __gt__, __le__, __ne__

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

Static Methods [hide private]
 
create_from_data(api, subject, data) source code

Inherited from base.LastfmBase: autheticate, cached_property, top_property

Inherited from mixins.cacheable.Cacheable: __new__, register

Class Variables [hide private]

Inherited from mixins.cacheable.Cacheable: registry

Inherited from mixins.cacheable.Cacheable (private): _lock

Properties [hide private]
  albums

Inherited from WeeklyChart: end, start, stats, subject

Inherited from object: __class__

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)