Searched refs:get_command_obj (Results 1 – 25 of 29) sorted by relevance
12
292 test_cmd = makeSetup().get_command_obj('test')297 ts1 = ts1.get_command_obj('test')302 ts2 = makeSetup(test_suite='bar.tests.suite').get_command_obj('test')310 ).get_command_obj('test')318 ).get_command_obj('test')323 ts5 = makeSetup().get_command_obj('test')
266 cmd = dist.get_command_obj("build_py")274 cmd = dist.get_command_obj("build_ext")287 cmd = dist.get_command_obj("build_clib")301 cmd = dist.get_command_obj("build_scripts")310 cmd = dist.get_command_obj("install_data")
267 cmd = dist.get_command_obj("build_py")275 cmd = dist.get_command_obj("build_ext")288 cmd = dist.get_command_obj("build_clib")302 cmd = dist.get_command_obj("build_scripts")311 cmd = dist.get_command_obj("install_data")
85 cmd = dist.get_command_obj('build')
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)
297 src_cmd_obj = self.distribution.get_command_obj(src_cmd)311 cmd_obj = self.distribution.get_command_obj(command, create)
833 def get_command_obj(self, command, create=1): member in Distribution925 command = self.get_command_obj(command_name)970 cmd_obj = self.get_command_obj(command)
110 args = [self.distribution.get_command_obj('bdist_egg').egg_output]
97 install = dist.get_command_obj('install')
52 cmd_obj = dist.get_command_obj('build_ext')
71 config = Distribution().get_command_obj('config')
128 write_requirements(setup_dist.get_command_obj('egg_info'),
63 check = self.distribution.get_command_obj('check')
89 bdist = self.distribution.get_command_obj('bdist')
174 check = self.distribution.get_command_obj('check')
565 build_plat = self.distribution.get_command_obj('build').plat_name
62 check = self.distribution.get_command_obj('check')
92 bdist = self.distribution.get_command_obj('bdist')
166 check = self.distribution.get_command_obj('check')
548 build_plat = self.distribution.get_command_obj('build').plat_name
102 cmd = d.get_command_obj("test_dist")
294 placeholder = dist.get_command_obj('install').install_purelib