Home | Trees | Indices | Help |
|
---|
|
object --+ | Handler
A Handler is used to interact with the user (e.g. to confirm keys, display download progress, etc).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Instance Variables | |
bool |
dry_run don't write or execute any files, just print notes about what we would have done to stdout |
{download.Download} |
monitored_downloads set 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 help(type(x)) 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.
|
Deprecated: use tasks.wait_for_blocker instead |
Sub-classes should override this method to interact with the user about new feeds. If multiple feeds need confirmation, trust.TrustMgr.confirm_keys will only invoke one instance of this method at a time.
Since: 0.42 |
We need to check something with the user before continuing with the install.
|
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 Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |