Lines Matching refs:force
957 def _prepareInstall(self, package, force=0, recursive=1):
961 or if force==1) prepend it to the temporary todo list and
964 if not force:
980 def prepareInstall(self, package, force=0, recursive=1):
983 If the package is already installed and force is false nothing
992 self._prepareInstall(package, force, recursive)
1011 def _run(mode, verbose, force, args, prefargs, watcher):
1079 list, messages = inst.prepareInstall(pkg, force)
1080 if messages and not force:
1107 print " -f Force installation"
1125 force = 0
1149 force = 1
1162 _run(mode, verbose, force, args, prefargs, watcher)