Searched refs:execution_entries (Results 1 – 2 of 2) sorted by relevance
267 def _get_consistent_execution_path(self, execution_entries): argument268 first_execution_path = execution_entries[0].execution_path()269 for execution_entry in execution_entries[1:]:274 execution_entries[0]))278 def _copy_results(self, execution_entries, use_monitor=None): argument285 assert len(execution_entries) > 0290 execution_path = self._get_consistent_execution_path(execution_entries)
301 def _get_consistent_execution_path(execution_entries): argument302 first_execution_path = execution_entries[0].execution_path()303 for execution_entry in execution_entries[1:]:310 execution_entries[0]))