Downloads and stores various things.
|
|
__init__(self,
handler)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
cook(self,
required_digest,
recipe,
stores,
force=False,
impl_hint=None)
Follow a Recipe. |
source code
|
|
|
|
get_feed_mirror(self,
url)
Return the URL of a mirror for this feed. |
source code
|
|
|
|
|
|
tasks.Blocker
|
|
|
|
|
|
tasks.Task
|
download_icon(self,
interface,
force=False)
Download an icon for this interface and add it to the icon cache. |
source code
|
|
|
|
download_impls(self,
implementations,
stores)
Download the given implementations, choosing a suitable retrieval
method for each. |
source code
|
|
|
model.RetrievalMethod
|
get_best_source(self,
impl)
Return the best download source for this implementation. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|