| Home | Trees | Indices | Help |
|
|---|
|
|
Handles URL downloads.
This is the low-level interface for downloading interfaces, implementations, icons, etc.
See Also: fetch higher-level API for downloads that uses this module
| Classes | |
|
DownloadError Download process failed. |
|
|
DownloadAborted Download aborted because of a call to Download.abort |
|
|
Download A download of a single resource to a temporary file. |
|
| Variables | |
download_starting = "starting"
|
|
download_fetching = "fetching"
|
|
download_complete = "complete"
|
|
download_failed = "failed"
|
|
RESULT_OK = 0
|
|
RESULT_FAILED = 1
|
|
RESULT_NOT_MODIFIED = 2
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 25 15:59:00 2011 | http://epydoc.sourceforge.net |