HomeSort by relevance Sort by last modified time
    Searched defs:initialize_options (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 51 def initialize_options(self): member in class:check
install_lib.py 55 def initialize_options(self): member in class:install_lib
register.py 32 def initialize_options(self): member in class:register
33 PyPIRCCommand.initialize_options(self)
upload.py 30 def initialize_options(self): member in class:upload
31 PyPIRCCommand.initialize_options(self)
bdist_msi.py 126 def initialize_options (self): member in class:bdist_msi
    [all...]
build_py.py 33 def initialize_options(self): member in class:build_py
config.py 54 def initialize_options(self): member in class:config
build_ext.py 58 # in between initialize_options() and finalize_options())
109 def initialize_options (self): member in class:build_ext
    [all...]
install.py 192 def initialize_options (self): member in class:install
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 12 def initialize_options(self): member in class:MyCmd
test_config.py 67 def initialize_options(self): member in class:PyPIRCCommandTestCase.setUp.command
69 finalize_options = initialize_options
setuptools_build_ext.py 97 def initialize_options(self): member in class:build_ext
98 _build_ext.initialize_options(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 140 def initialize_options (self): member in class:bdist_rpm
185 # initialize_options()
bdist_wininst.py 64 def initialize_options (self): member in class:bdist_wininst
79 # initialize_options()
check.py 51 def initialize_options(self): member in class:check
install_lib.py 55 def initialize_options(self): member in class:install_lib
register.py 32 def initialize_options(self): member in class:register
33 PyPIRCCommand.initialize_options(self)
upload.py 30 def initialize_options(self): member in class:upload
31 PyPIRCCommand.initialize_options(self)
bdist_msi.py 126 def initialize_options (self): member in class:bdist_msi
    [all...]
build_py.py 33 def initialize_options(self): member in class:build_py
config.py 54 def initialize_options(self): member in class:config
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 12 def initialize_options(self): member in class:MyCmd
test_config.py 67 def initialize_options(self): member in class:PyPIRCCommandTestCase.setUp.command
69 finalize_options = initialize_options
setuptools_build_ext.py 97 def initialize_options(self): member in class:build_ext
98 _build_ext.initialize_options(self)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 18 are "declared" in 'initialize_options()' and "defined" (given their
51 invokes the 'initialize_options()' method, which is the real
64 self.initialize_options()
113 # initialize_options()
125 def initialize_options(self): member in class:Command
130 between options; generally, 'initialize_options()' implementations
145 'initialize_options()'.
170 'initialize_options()', customized by other commands, the setup
284 has not been changed between 'initialize_options()' and
440 def initialize_options (self) member in class:install_misc
    [all...]

Completed in 572 milliseconds

12 3