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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 88 install = self.reinitialize_command('install', reinit_subcommands=1)
bdist_wininst.py 133 install = self.reinitialize_command('install', reinit_subcommands=1)
bdist_msi.py 184 install = self.reinitialize_command('install', reinit_subcommands=1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 88 install = self.reinitialize_command('install', reinit_subcommands=1)
bdist_wininst.py 133 install = self.reinitialize_command('install', reinit_subcommands=1)
bdist_msi.py 184 install = self.reinitialize_command('install', reinit_subcommands=1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 317 def reinitialize_command(self, command, reinit_subcommands=0):
319 command, reinit_subcommands)
dist.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 317 def reinitialize_command(self, command, reinit_subcommands=0):
319 command, reinit_subcommands)
dist.py     [all...]

Completed in 2932 milliseconds