Searched refs:cleanup_artifacts (Results 1 – 2 of 2) sorted by relevance
1542 pb.cleanup_artifacts = mock.Mock()1745 pb.cleanup_artifacts(additional_keep)1766 pb.cleanup_artifacts = mock.Mock()1773 pb.cleanup_artifacts.assert_called_once_with(
1213 self.cleanup_artifacts(self.options.keep_artifacts)1306 def cleanup_artifacts(self, additional_keep: list[str] = None): member in ProjectBuilder1359 self.cleanup_artifacts(files_to_keep)