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

Class TorrentQueue

source code

       object --+    
                |    
download.Feedback --+
                    |
                   TorrentQueue

Instance Methods [hide private]
 
__init__(self, config, ui_options, controlsocket)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
run(self, ui, ui_wrap, startflag) source code
 
_dump_config(self) source code
 
_dump_state(self) source code
 
_restore_state(self) source code
 
_queue_loop(self) source code
 
_check_queue(self) source code
 
_send_state(self, infohash) source code
 
_stop_running(self, infohash) source code
 
external_command(self, action, data) source code
 
remove_torrent(self, infohash) source code
 
set_save_location(self, infohash, dlpath) source code
 
start_new_torrent(self, data) source code
 
set_config(self, option, value) source code
 
request_status(self, infohash, want_spew, want_fileinfo) source code
 
_get_list(self, state) source code
 
change_torrent_state(self, infohash, oldstate, newstate=None, pred=None, succ=None, replaced=None, force_running=False) source code
 
set_zero_running_torrents(self) source code
 
check_completion(self, infohash, filelist=False) source code
 
global_error(self, level, text) source code
 
failed(self, torrent, is_external) source code
 
finished(self, torrent) source code
 
started(self, torrent) source code
 
error(self, torrent, level, text) source code

Inherited from download.Feedback: exception

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, ui_options, controlsocket)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

failed(self, torrent, is_external)

source code 
Overrides: download.Feedback.failed

finished(self, torrent)

source code 
Overrides: download.Feedback.finished

started(self, torrent)

source code 
Overrides: download.Feedback.started

error(self, torrent, level, text)

source code 
Overrides: download.Feedback.error