Package screenlets :: Package plugins :: Module AmazonCoverArtSearch :: Class AmazonCoverArtSearch
[hide private]
[frames] | no frames]

Class AmazonCoverArtSearch

source code

object --+
         |
        AmazonCoverArtSearch

Instance Methods [hide private]
 
__init__(self, loader)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__get_locale(self) source code
 
search(self, artist, album, on_search_completed_callback, *args) source code
 
__build_url(self, keyword) source code
 
search_next(self) source code
 
__unmarshal(self, element) source code
 
on_search_response(self, result_data) source code
 
on_search_results(self, results) source code
 
on_search_completed(self, result) source code
 
__tidy_up_string(self, s) source code
 
get_best_match_urls(self, search_results) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, loader)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)