Home
last modified time | relevance | path

Searched refs:reinit_subcommands (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dcmd.py317 def reinitialize_command(self, command, reinit_subcommands=0): argument
319 command, reinit_subcommands)
Ddist.py903 def reinitialize_command(self, command, reinit_subcommands=0): argument
936 if reinit_subcommands:
938 self.reinitialize_command(sub, reinit_subcommands)
/external/python/cpython2/Lib/distutils/command/
Dbdist_dumb.py88 install = self.reinitialize_command('install', reinit_subcommands=1)
Dbdist_wininst.py133 install = self.reinitialize_command('install', reinit_subcommands=1)
Dbdist_msi.py184 install = self.reinitialize_command('install', reinit_subcommands=1)