Home
last modified time | relevance | path

Searched refs:DEFAULT_REPOSITORY (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/
Dconfig.py24 DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' variable in PyPIRCCommand
32 DEFAULT_REPOSITORY),
53 repository = self.repository or self.DEFAULT_REPOSITORY
78 self.DEFAULT_REPOSITORY),
90 repository in (self.DEFAULT_REPOSITORY, 'pypi')):
91 current['repository'] = self.DEFAULT_REPOSITORY
103 repository = self.DEFAULT_REPOSITORY
128 self.repository = self.DEFAULT_REPOSITORY
/third_party/python/Lib/distutils/command/
Dregister.py79 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
82 self.repository = self.DEFAULT_REPOSITORY