| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Driver
Chooses a set of implementations based on a policy. Typical use:
| Instance Methods | |||
|
|||
| [(model.Interface, model.Implementation)] |
|
||
|
|||
|
|||
| bool |
|
||
| zeroinstall.support.tasks.Blocker |
|
||
|
Inherited from |
|||
| Instance Variables | |
| solve.Solver |
solver solver used to choose a set of implementations |
| arch.Architecture |
target_arch target architecture for binaries (deprecated) |
|
watchers callbacks to invoke after solving |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
Since: 0.53 |
Run the solver, then download any feeds that are missing or that need to be updated. Each time a new feed is imported into the cache, the solver is run again, possibly adding new downloads.
|
Run solve_with_downloads and then get the selected implementations too.
Since: 0.40 |
Decide whether we need to download anything (but don't do it!)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |