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

Class _SingleTorrent

source code

object --+
         |
        _SingleTorrent

Instance Methods [hide private]
 
__init__(self, event_handler, singleport_listener, ratelimiter, filepool, config, neighbors, certificate, sessionid)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
schedule(self, delay, func) source code
 
start_download(self, *args, **kwargs) source code
 
_start_download(self, metainfo, feedback, save_path) source code
 
got_exception(self, e) source code
 
_finished(self) source code
 
_save_fastresume(self, on_finish=False) source code
 
shutdown(self) source code
 
internal_shutdown(self) source code
 
_close(self) source code
 
get_status(self, spew=False, fileinfo=False) source code
 
get_total_transfer(self) source code
 
set_option(self, option, value) source code
 
change_port(self) source code
 
_announce_done(self) source code
 
_set_auto_uploads(self) 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, event_handler, singleport_listener, ratelimiter, filepool, config, neighbors, certificate, sessionid)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)