Searched refs:ExceptionPexpect (Results 1 – 3 of 3) sorted by relevance
93 class ExceptionPexpect(Exception): class127 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[all …]
14 class ExceptionPxssh(ExceptionPexpect):
341 except pexpect.ExceptionPexpect:365 except pexpect.ExceptionPexpect:401 except pexpect.ExceptionPexpect:437 except pexpect.ExceptionPexpect:444 except pexpect.ExceptionPexpect:542 except pexpect.ExceptionPexpect:663 except pexpect.ExceptionPexpect as e:822 except pexpect.ExceptionPexpect:832 except pexpect.ExceptionPexpect:865 except pexpect.ExceptionPexpect, e:[all …]