Home | Trees | Index | Help |
|
---|
|
scrobbler
: A pure-python library to assist sending data to AudioScrobbler (the
LastFM backend)
__builtin__.object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
scrobbler.AuthError
:
Raised on authencitation errors
scrobbler.BackendError
:
Raised if the AS backend does something funny
scrobbler.PostError
:
Raised if something goes wrong when posting data to AS
scrobbler.ProtocolError
:
Raised on general Protocol errors
scrobbler.SessionError
:
Raised when problems with the session exist
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Oct 14 20:14:43 2007 | http://epydoc.sf.net |