Package Anomos :: Module launchmanycore :: Class LaunchMany
[hide private]
[frames] | no frames]

Class LaunchMany

source code

       object --+    
                |    
download.Feedback --+
                    |
                   LaunchMany

Instance Methods [hide private]
 
__init__(self, config, output, configfile_key)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
scan(self) source code
 
stats(self) source code
 
remove(self, infohash) source code
 
add(self, infohash, data) source code
 
check_hashcheck_queue(self) source code
 
determine_filename(self, infohash) source code
 
was_stopped(self, infohash) source code
 
exchandler(self, s) source code
 
read_config(self) source code
 
started(self, torrent) source code
 
failed(self, torrent, is_external) source code
 
exception(self, torrent, text) source code

Inherited from download.Feedback: error, finished

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, config, output, configfile_key)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

started(self, torrent)

source code 
Overrides: download.Feedback.started

failed(self, torrent, is_external)

source code 
Overrides: download.Feedback.failed

exception(self, torrent, text)

source code 
Overrides: download.Feedback.exception