Home
last modified time | relevance | path

Searched refs:print_command_list (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/distutils/
Ddist.py697 def print_command_list(self, commands, header, max_length): member in Distribution
738 self.print_command_list(std_commands,
743 self.print_command_list(extra_commands,
/external/python/cpython3/Lib/distutils/
Ddist.py711 def print_command_list(self, commands, header, max_length): member in Distribution
752 self.print_command_list(std_commands,
757 self.print_command_list(extra_commands,
/external/python/setuptools/setuptools/_distutils/
Ddist.py712 def print_command_list(self, commands, header, max_length): member in Distribution
753 self.print_command_list(std_commands,
758 self.print_command_list(extra_commands,