Package lastfm :: Module geo :: Class Geo
[hide private]
[frames] | no frames]

Class Geo

source code

object --+
         |
        Geo

A class representing an geographic location.

Instance Methods [hide private]

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

Static Methods [hide private]
 
get_events(api, location, latitude=None, longitude=None, distance=None) source code
 
get_top_artists(api, country) source code
 
get_top_tracks(api, country, location=None) source code
Properties [hide private]

Inherited from object: __class__