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

Lines Matching refs:terminated

152     Note that lines are terminated by CR/LF (\\r\\n) combination even on
372 be None. If the child was terminated abnormally with a signal then
391 self.terminated = True
565 self.terminated = False
662 the child is terminated (SIGKILL is sent if the child ignores SIGHUP
814 # This adds a 2 second delay, but only when the child is terminated.
1053 returns True if the child was terminated. This returns False if the
1054 child could not be terminated. """
1094 child has unread output and has terminated. In other words, the child
1107 self.terminated = True
1112 self.terminated = True
1120 non-blocking. If the child was terminated then this will read the
1125 if self.terminated:
1140 raise ExceptionPexpect ('isalive() encountered condition where "terminated" is 0, but there was no child process. Did someone else call waitpid() on our process?')
1170 self.terminated = True
1175 self.terminated = True