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, ProjectInfo600 if self.project.source == DownloadType.GIT:602 elif self.project.source == DownloadType.ZIP:604 elif self.project.source == DownloadType.SCRIPT: