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

Class WeeklyChart

source code

                object --+    
                         |    
           base.LastfmBase --+
                             |
                object --+   |
                         |   |
mixins.cacheable.Cacheable --+
                             |
                            WeeklyChart
Known Subclasses:

A class for representing the weekly charts

Instance Methods [hide private]
 
init(self, subject, start, end, stats=None) source code
 
__hash__(self)
hash(x)
source code
 
__eq__(self, other) source code
 
__lt__(self, other) source code
 
__repr__(self)
repr(x)
source code

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
 
_check_weekly_chart_params(params, start=None, end=None) source code
 
_hash_func(*args, **kwds) 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]
  subject
  start
  end
  stats

Inherited from object: __class__

Method Details [hide private]

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details [hide private]

subject

Get Method:
unreachable.subject(self)

start

Get Method:
unreachable.start(self)

end

Get Method:
unreachable.end(self)

stats

Get Method:
unreachable.stats(self)