Home | History | Annotate | Download | only in pexpect-2.4

Lines Matching refs:force

657     def close (self, force=True):   # File-like object.
661 behavior with files. Set force to True if you want to make sure that
670 if not self.terminate(force):
1049 def terminate(self, force=False):
1052 SIGHUP and SIGINT. If "force" is True then moves onto SIGKILL. This
1071 if force: