Searched defs:reinitialize_command (Results 1 – 6 of 6) sorted by relevance
/external/python/setuptools/setuptools/command/ |
D | bdist_wininst.py | 5 def reinitialize_command(self, command, reinit_subcommands=0): member in bdist_wininst
|
/external/python/setuptools/setuptools/ |
D | __init__.py | 150 def reinitialize_command(self, command, reinit_subcommands=0, **kw): member in Command
|
/external/python/cpython3/Lib/distutils/ |
D | cmd.py | 304 def reinitialize_command(self, command, reinit_subcommands=0): member in Command
|
D | dist.py | 916 def reinitialize_command(self, command, reinit_subcommands=0): member in Distribution
|
/external/python/cpython2/Lib/distutils/ |
D | cmd.py | 317 def reinitialize_command(self, command, reinit_subcommands=0): member in Command
|
D | dist.py | 903 def reinitialize_command(self, command, reinit_subcommands=0): member in Distribution
|