Lines Matching refs:dry_run
85 def __init__(self, verbose=0, dry_run=0, force=0):
86 self.dry_run = dry_run
468 if self.dry_run:
907 execute(func, args, msg, self.dry_run)
910 spawn(cmd, dry_run=self.dry_run)
913 return move_file(src, dst, dry_run=self.dry_run)
916 mkpath(name, mode, dry_run=self.dry_run)
990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0):
1032 return klass(None, dry_run, force)