Searched refs:get_command_obj (Results 1 – 8 of 8) sorted by relevance
286 src_cmd_obj = self.distribution.get_command_obj(src_cmd)298 cmd_obj = self.distribution.get_command_obj(command, create)
845 def get_command_obj(self, command, create=1): member in Distribution938 command = self.get_command_obj(command_name)983 cmd_obj = self.get_command_obj(command)
97 install = dist.get_command_obj('install')
360 build_py = dist.get_command_obj('build_py')
83 cmd = d.get_command_obj("test_dist")
62 check = self.distribution.get_command_obj('check')
166 check = self.distribution.get_command_obj('check')
570 build_plat = self.distribution.get_command_obj('build').plat_name