Lines Matching full:dry_run
93 def __init__ (self, verbose=0, dry_run=0, force=0):
94 self.dry_run = dry_run
468 if self.dry_run:
872 execute(func, args, msg, self.dry_run)
875 spawn(cmd, dry_run=self.dry_run)
878 return move_file(src, dst, dry_run=self.dry_run)
881 mkpath(name, mode, dry_run=self.dry_run)
964 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0):
1006 return klass(None, dry_run, force)