| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Handler
This implementation uses the GLib mainloop. Note that QT4 can use the GLib mainloop too.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
| download.Download |
|
||
| tasks.Blocker |
|
||
|
|||
|
Inherited from |
|||
| Instance Variables | |
| {URL: download.Download} |
monitored_downloads dict of downloads in progress |
| int |
n_completed_downloads number of downloads which have finished for GUIs, etc (can be reset as desired). |
| int |
total_bytes_downloaded informational counter for GUIs, etc (can be reset as desired). |
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Called when a new download is started. This is mainly used by the GUI to display the progress bar. |
Called by the fetch.Fetcher when adding an implementation. The GUI uses this to update its display.
|
Run a recursive mainloop until blocker is triggered.
|
Return the Download object currently downloading 'url'. If no download for this URL has been started, start one now (and start monitoring it). If the download failed and force is False, return it anyway. If force is True, abort any current or failed download and start a new one.
|
We don't trust any of the signatures yet. Ask the user. When done update the trust database, and then call trust.TrustDB.notify.
|
Report an exception to the user.
Since: 0.25 |
| Instance Variable Details |
total_bytes_downloadedinformational counter for GUIs, etc (can be reset as desired). Updated when download finishes.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 21 21:21:16 2008 | http://epydoc.sourceforge.net |