Searched refs:host_spec_list (Results 1 – 2 of 2) sorted by relevance
14 def order_by_complexity(host_spec_list): argument26 return sorted(host_spec_list, key=extract_label_list_len, reverse=True)29 def is_simple_list(host_spec_list): argument38 return len(host_spec_list) == 1
41 host_spec_list = [HostSpec([self._BOARD, self._POOL])]43 host_spec_list.append(45 self.specs = host_spec.order_by_complexity(host_spec_list)