Home
last modified time | relevance | path

Searched refs:PyPIRCCommand (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dupload.py16 from distutils.core import PyPIRCCommand
20 class upload(PyPIRCCommand):
24 user_options = PyPIRCCommand.user_options + [
30 boolean_options = PyPIRCCommand.boolean_options + ['sign']
33 PyPIRCCommand.initialize_options(self)
41 PyPIRCCommand.finalize_options(self)
Dregister.py13 from distutils.core import PyPIRCCommand
17 class register(PyPIRCCommand):
20 user_options = PyPIRCCommand.user_options + [
26 boolean_options = PyPIRCCommand.boolean_options + [
32 PyPIRCCommand.initialize_options(self)
37 PyPIRCCommand.finalize_options(self)
/external/python/cpython2/Lib/distutils/command/
Dupload.py14 from distutils.core import PyPIRCCommand
18 class upload(PyPIRCCommand):
22 user_options = PyPIRCCommand.user_options + [
28 boolean_options = PyPIRCCommand.boolean_options + ['sign']
31 PyPIRCCommand.initialize_options(self)
39 PyPIRCCommand.finalize_options(self)
Dregister.py15 from distutils.core import PyPIRCCommand
18 class register(PyPIRCCommand):
21 user_options = PyPIRCCommand.user_options + [
27 boolean_options = PyPIRCCommand.boolean_options + [
33 PyPIRCCommand.initialize_options(self)
38 PyPIRCCommand.finalize_options(self)
/external/python/cpython2/Lib/distutils/tests/
Dtest_config.py8 from distutils.core import PyPIRCCommand
64 class command(PyPIRCCommand):
66 PyPIRCCommand.__init__(self, dist)
/external/python/cpython3/Lib/distutils/tests/
Dtest_config.py5 from distutils.core import PyPIRCCommand
66 class command(PyPIRCCommand):
68 PyPIRCCommand.__init__(self, dist)
/external/python/cpython2/Lib/distutils/
Dcore.py21 from distutils.config import PyPIRCCommand
Dconfig.py21 class PyPIRCCommand(Command): class
/external/python/cpython3/Lib/distutils/
Dcore.py18 from distutils.config import PyPIRCCommand
Dconfig.py21 class PyPIRCCommand(Command): class
/external/python/setuptools/setuptools/
Dmonkey.py87 distutils.config.PyPIRCCommand.DEFAULT_REPOSITORY = warehouse
/external/python/setuptools/
DCHANGES.rst787 ``upload``, patching ``distutils.config.PyPIRCCommand`` to