Home | History | Annotate | Download | only in distutils

Lines Matching refs:force

93     def __init__ (self, verbose=0, dry_run=0, force=0):
95 self.force = force
465 if self.force:
964 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0):
1006 return klass(None, dry_run, force)