Searched refs:execution_entries (Results 1 – 1 of 1) sorted by relevance
247 def _get_consistent_execution_path(self, execution_entries): argument248 first_execution_path = execution_entries[0].execution_path()249 for execution_entry in execution_entries[1:]:254 execution_entries[0]))258 def _copy_results(self, execution_entries, use_monitor=None): argument265 assert len(execution_entries) > 0270 execution_path = self._get_consistent_execution_path(execution_entries)