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

Class WeeklyTagChart

source code

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

A class for representing the weekly tag charts

Instance Methods [hide private]
 
init(self, subject, start, end, tags, stats) 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, start, end) 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]
  tags

Inherited from WeeklyChart: end, start, stats, subject

Inherited from object: __class__

Method Details [hide private]

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

source code 
Overrides: WeeklyChart.init

create_from_data(api, subject, start, end)
Static Method

source code 
Overrides: WeeklyChart.create_from_data

Property Details [hide private]

tags

Get Method:
unreachable.tags(self)