Home
last modified time | relevance | path

Searched refs:print_command_list (Results 1 – 2 of 2) 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,