Lines Matching refs:ExceptionPexpect
93 class ExceptionPexpect(Exception): class
127 class EOF(ExceptionPexpect):
131 class TIMEOUT(ExceptionPexpect):
501 …raise ExceptionPexpect ('Command is an int type. If this is a file descriptor then maybe you want …
516 … raise ExceptionPexpect ('The command was not found or was not executable: %s.' % self.command)
529 raise ExceptionPexpect('Error! pty.fork() failed: ' + str(e))
584 raise ExceptionPexpect, "Error! Could not open pty with os.openpty()."
588 raise ExceptionPexpect, "Error! Failed os.fork()."
626 raise ExceptionPexpect, "Error! We are not disconnected from a controlling tty."
634 raise ExceptionPexpect, "Error! Could not open child pty, " + child_name
641 raise ExceptionPexpect, "Error! Could not open controlling tty, /dev/tty"
666 … raise ExceptionPexpect ('close() could not terminate the child using terminate()')
845 raise ExceptionPexpect ('Reached an unexpected state in read_nonblocking().')
1096 raise ExceptionPexpect ('Cannot wait for dead child process.')
1109 …raise ExceptionPexpect ('Wait was called for a child process that is stopped. This is not supporte…
1135 …raise ExceptionPexpect ('isalive() encountered condition where "terminated" is 0, but there was no…
1147 …raise ExceptionPexpect ('isalive() encountered condition that should never happen. There was no ch…
1172 …raise ExceptionPexpect ('isalive() encountered condition where child process is stopped. This is n…
1568 …raise ExceptionPexpect ('This method is no longer supported or allowed. Just assign a value to the…
1575 …raise ExceptionPexpect ('This method is no longer supported or allowed. Just assign a value to the…