|
|
__init__(self,
max_depth)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
_add(self,
node,
explore=True)
Adds a newly computed backtrack parameter. |
source code
|
|
|
|
|
|
|
|
|
|
_check_runtime_pkg_mask(self,
runtime_pkg_mask)
If a package gets masked that caused other packages to be masked
before, we revert the mask for other packages (bug 375573). |
source code
|
|
|
|
| _feedback_slot_conflicts(self,
conflicts_data) |
source code
|
|
|
|
| _feedback_slot_conflict(self,
conflict_data) |
source code
|
|
|
|
|
|
|
|
|
|
feedback(self,
infos)
Takes information from the depgraph and computes new backtrack
parameters to try. |
source code
|
|
|
|
backtracked(self)
If we didn't backtrack, there is only the root. |
source code
|
|
|
|
get_best_run(self)
Like, get() but returns the backtrack parameter that has as many
config changes as possible, but has no masks. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|