Searched refs:ExceptionPexpect (Results 1 – 5 of 5) sorted by relevance
31 …raise ExceptionPexpect ('The fd argument is not an int. If this is a command string then maybe you…36 raise ExceptionPexpect, 'The fd argument is not a valid file descriptor.'77 raise ExceptionPexpect ('This method is not valid for file descriptors.')
94 class ExceptionPexpect(Exception): class128 class EOF(ExceptionPexpect):132 class TIMEOUT(ExceptionPexpect):502 …raise ExceptionPexpect ('Command is an int type. If this is a file descriptor then maybe you want …517 … raise ExceptionPexpect ('The command was not found or was not executable: %s.' % self.command)530 raise ExceptionPexpect('Error! pty.fork() failed: ' + str(e))585 raise ExceptionPexpect, "Error! Could not open pty with os.openpty()."589 raise ExceptionPexpect, "Error! Failed os.fork()."631 raise ExceptionPexpect, "Error! We are not disconnected from a controlling tty."639 raise ExceptionPexpect, "Error! Could not open child pty, " + child_name[all …]
14 class ExceptionPxssh(ExceptionPexpect):
88 except pexpect.ExceptionPexpect, e:
1081 except ValueError, ExceptionPexpect: