Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
H A Dconfig.py25 DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' variable in PyPIRCCommand
33 DEFAULT_REPOSITORY),
54 repository = self.repository or self.DEFAULT_REPOSITORY
79 self.DEFAULT_REPOSITORY),
91 repository in (self.DEFAULT_REPOSITORY, 'pypi')):
92 current['repository'] = self.DEFAULT_REPOSITORY
104 repository = self.DEFAULT_REPOSITORY
131 self.repository = self.DEFAULT_REPOSITORY
/third_party/python/Lib/distutils/command/
H A Dregister.py79 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
82 self.repository = self.DEFAULT_REPOSITORY

Completed in 1 milliseconds