Home
last modified time | relevance | path

Searched refs:get_sub_commands (Results 1 – 14 of 14) 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/cpython3/Lib/distutils/command/
Dinstall.py556 for cmd_name in self.get_sub_commands():
602 for cmd_name in self.get_sub_commands():
620 for cmd_name in self.get_sub_commands():
Dbuild.py134 for cmd_name in self.get_sub_commands():
Dregister.py48 for cmd_name in self.get_sub_commands():
Dsdist.py146 for cmd_name in self.get_sub_commands():
/external/python/setuptools/setuptools/command/
Dsdist.py51 for cmd_name in self.get_sub_commands():
Dupload_docs.py93 for cmd_name in self.get_sub_commands():
/external/python/cpython3/Lib/distutils/
Dcmd.py315 def get_sub_commands(self): member in Command
Ddist.py950 for sub in command.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():