Home | History | Annotate | Download | only in tests

Lines Matching refs:cmd

18         cmd = bdist(dist)
19 cmd.formats = ['msi']
20 cmd.ensure_finalized()
21 self.assertEqual(cmd.formats, ['msi'])
26 found = sorted(cmd.format_command)
32 cmd = bdist(dist)
33 cmd.skip_build = 1
34 cmd.ensure_finalized()
35 dist.command_obj['bdist'] = cmd
43 subcmd = cmd.get_finalized_command(name)