Home
last modified time | relevance | path

Searched refs:get_sub_commands (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dinstall.py574 for cmd_name in self.get_sub_commands():
621 for cmd_name in self.get_sub_commands():
638 for cmd_name in self.get_sub_commands():
Dbuild.py126 for cmd_name in self.get_sub_commands():
Dregister.py49 for cmd_name in self.get_sub_commands():
Dsdist.py154 for cmd_name in self.get_sub_commands():
/external/python/cpython2/Lib/distutils/
Dcmd.py328 def get_sub_commands(self): member in Command
Ddist.py937 for sub in command.get_sub_commands():