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

Class SingleDownload

source code

object --+
         |
        SingleDownload

Instance Methods [hide private]
 
__init__(self, downloader, stream)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_backlog(self) source code
 
disconnected(self) source code
 
_letgo(self) source code
 
got_choke(self) source code
 
got_unchoke(self) source code
 
got_piece(self, index, begin, piece) source code
 
_want(self, index) source code
 
_request_more(self, indices=None) source code
 
fix_download_endgame(self) source code
 
got_have(self, index) source code
 
got_have_bitfield(self, have) source code
 
get_rate(self) source code
 
is_snubbed(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, downloader, stream)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)