Searched defs:dry_run (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dutil.py383 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 variable
[all...]

Completed in 188 milliseconds