Lines Matching full:interactive
135 def __init__(self, updater_ctrl_bin, update_url, host, interactive=True):
141 @param interactive: Bool whether we are doing an interactive update.
146 self.interactive = interactive
307 if not self.interactive:
308 autoupdate_cmd = '%s --interactive=false' % autoupdate_cmd
342 interactive=True):
344 host, interactive=interactive)