Searched refs:host_spec_list (Results 1 – 2 of 2) sorted by relevance
7 def order_by_complexity(host_spec_list): argument19 return sorted(host_spec_list, key=extract_label_list_len, reverse=True)22 def is_simple_list(host_spec_list): argument31 return len(host_spec_list) == 1
35 host_spec_list = [HostSpec([self._BOARD, self._POOL])]37 host_spec_list.append(39 self.specs = host_spec.order_by_complexity(host_spec_list)