Home | History | Annotate | Download | only in distutils

Lines Matching defs:dry_run

383 def execute (func, args, msg=None, verbose=0, dry_run=0):

386 are disabled by the 'dry_run' flag. This method takes care of all
398 if not dry_run:
421 verbose=1, dry_run=0,
440 If 'dry_run' is true, doesn't actually do anything that would
478 if not dry_run:
507 verbose=%r, dry_run=0,
518 spawn(cmd, dry_run=dry_run)
520 dry_run=dry_run)
553 if not dry_run: