Searched refs:group_log_paths (Results 1 – 1 of 1) sorted by relevance
632 grouped_log_files = self.group_log_paths(RobotTestSuite.log_files)1022 def group_log_paths(paths: List[str]) -> Dict[Tuple[int, int], Set[str]]: member in RobotTestSuite