Lines Matching refs:def
7 def order_by_complexity(host_spec_list):
17 def extract_label_list_len(host_spec):
22 def is_simple_list(host_spec_list):
34 def simple_get_spec_and_hosts(host_specs, hosts_per_spec):
56 def __init__(self):
60 def as_args(self):
65 def size(self):
70 def mark_host_success(self, hostname):
78 def enough_hosts_succeeded(self):
85 def unsatisfied_specs(self):
91 def doomed_specs(self):
103 def __init__(self, spec):
108 def __init__(self, hosts_per_spec={}):
121 def _get_host_datas(self):
125 def as_args(self):
129 def size(self):
133 def mark_host_success(self, hostname):
137 def enough_hosts_succeeded(self):
142 def add_host_for_spec(self, spec, host):
163 def contains_host(self, host):
173 def unsatisfied_specs(self):
185 def doomed_specs(self):
207 def __init__(self, labels, num):
224 def as_args(self):
229 def size(self):
233 def mark_host_success(self, hostname):
237 def enough_hosts_succeeded(self):
242 def doomed_specs(self):
248 def _safeunion(iter_a, iter_b):
270 def __init__(self, base, extended=[]):
279 def labels(self):
286 def is_trivial(self):
291 def is_subset(self, other):
295 def __str__(self):
299 def __repr__(self):
303 def __lt__(self, other):
307 def __le__(self, other):
311 def __eq__(self, other):
315 def __ne__(self, other):
319 def __gt__(self, other):
323 def __ge__(self, other):
327 def __hash__(self):