Searched refs:DEFAULT_REPOSITORY (Results 1 – 2 of 2) sorted by relevance
24 DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' variable in PyPIRCCommand32 DEFAULT_REPOSITORY),53 repository = self.repository or self.DEFAULT_REPOSITORY78 self.DEFAULT_REPOSITORY),90 repository in (self.DEFAULT_REPOSITORY, 'pypi')):91 current['repository'] = self.DEFAULT_REPOSITORY103 repository = self.DEFAULT_REPOSITORY128 self.repository = self.DEFAULT_REPOSITORY
79 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):82 self.repository = self.DEFAULT_REPOSITORY