Searched refs:cleanup_artifacts (Results 1 – 2 of 2) sorted by relevance
1534 pb.cleanup_artifacts = mock.Mock()1737 pb.cleanup_artifacts(additional_keep)1758 pb.cleanup_artifacts = mock.Mock()1765 pb.cleanup_artifacts.assert_called_once_with(
1163 self.cleanup_artifacts()1251 def cleanup_artifacts(self, additional_keep: list[str] = None): member in ProjectBuilder1302 self.cleanup_artifacts(files_to_keep)