Searched refs:DownloadType (Results 1 – 2 of 2) sorted by relevance
14 class DownloadType(str, Enum): class84 source: DownloadType = DownloadType.SCRIPT159 source: DownloadType = raw_project.get("source", "zip")162 if source == DownloadType.GIT:
47 from ProjectMap import DownloadType, ProjectInfo591 if self.project.source == DownloadType.GIT:593 elif self.project.source == DownloadType.ZIP:595 elif self.project.source == DownloadType.SCRIPT: