|
|
__init__(self,
root=None,
handler=None,
src=None,
command=-1,
config=None,
requirements=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
generator
|
|
|
|
|
|
str
|
|
|
model.Implementation
|
|
|
bool
|
|
|
|
|
|
|
|
|
|
|
|
|
| solve_with_downloads(self,
force=False,
update_local=False) |
source code
|
|
|
|
| solve_and_download_impls(self,
refresh=False,
select_only=False) |
source code
|
|
|
|
|
|
|
|
|
tasks.Task
|
download_icon(self,
interface,
force=False)
Download an icon for this interface and add it to the icon cache. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
help_with_testing = property(lambda self: self.config.help_wit...
|
|
|
network_use = property(lambda self: self.config.network_use, l...
|
|
|
freshness = property(lambda self: self.config.freshness, lambd...
|
|
|
target_arch = property(lambda self: self.driver.target_arch, l...
|
|
|
implementation = property(lambda self: self.solver.selections)
|
|
|
ready = property(lambda self: self.solver.ready)
|
|
|
config = property(lambda self: self.driver.config)
|
|
|
requirements = property(lambda self: self.driver.requirements)
|
|
|
handler = property(lambda self: self.config.handler, lambda se...
|