Searched refs:print_command_list (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | dist.py | 697 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/ |
D | dist.py | 711 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,
|