HomeSort by relevance Sort by last modified time
    Searched refs:PyPIRCCommand (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 8 from distutils.core import PyPIRCCommand
64 class command(PyPIRCCommand):
66 PyPIRCCommand.__init__(self, dist)
80 # This test makes sure PyPIRCCommand knows how to:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 8 from distutils.core import PyPIRCCommand
64 class command(PyPIRCCommand):
66 PyPIRCCommand.__init__(self, dist)
80 # This test makes sure PyPIRCCommand knows how to:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 14 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)
register.py 15 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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 14 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)
register.py 15 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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 3 Provides the PyPIRCCommand class, the base class for the command classes
21 class PyPIRCCommand(Command):
core.py 22 from distutils.config import PyPIRCCommand
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 3 Provides the PyPIRCCommand class, the base class for the command classes
21 class PyPIRCCommand(Command):
core.py 22 from distutils.config import PyPIRCCommand

Completed in 280 milliseconds