Home | History | Annotate | Download | only in pexpect

Lines Matching refs:force

695     def close(self, force=True):
699 behavior with files. Set force to True if you want to make sure that
709 if not self.terminate(force):
1097 def terminate(self, force=False):
1100 SIGHUP and SIGINT. If "force" is True then moves onto SIGKILL. This
1119 if force: