Home | History | Annotate | Download | only in distutils

Lines Matching refs:force

80         # Some commands define a 'self.force' option to ignore file
82 # 'self.force' exists for all commands. So define it here
84 self.force = None
201 # force it into conformance (eg. if we expect a list but have a string,
202 # split the string on comma and/or whitespace). If we can't force the
356 """Copy a file respecting verbose, dry-run and force flags. (The
363 not self.force,
371 and force flags.
376 not self.force,
400 files listed in 'infiles'. If the command defined 'self.force',
419 # exist, is out-of-date, or the 'force' flag is true) then
421 if self.force or dep_util.newer_group(infiles, outfile):