Definition at line 230 of file protocol.py.
def tellopy._internal.protocol.DownloadedFile.__init__ |
( |
|
self, |
|
|
|
filenum, |
|
|
|
size |
|
) |
| |
def tellopy._internal.protocol.DownloadedFile.data |
( |
|
self | ) |
|
def tellopy._internal.protocol.DownloadedFile.done |
( |
|
self | ) |
|
def tellopy._internal.protocol.DownloadedFile.haveFragment |
( |
|
self, |
|
|
|
chunk, |
|
|
|
fragment |
|
) |
| |
def tellopy._internal.protocol.DownloadedFile.recvFragment |
( |
|
self, |
|
|
|
chunk, |
|
|
|
fragment, |
|
|
|
size, |
|
|
|
data |
|
) |
| |
tellopy._internal.protocol.DownloadedFile.buffer |
tellopy._internal.protocol.DownloadedFile.bytes_recieved |
tellopy._internal.protocol.DownloadedFile.chunks_received |
tellopy._internal.protocol.DownloadedFile.filenum |
tellopy._internal.protocol.DownloadedFile.size |
The documentation for this class was generated from the following file: