Searched refs:PtyProcessError (Results 1 – 5 of 5) sorted by relevance
7 from .util import PtyProcessError67 raise PtyProcessError("OSError of errno.ENXIO should be raised.")
22 from .util import which, PtyProcessError400 raise PtyProcessError('Could not terminate the child.')680 raise PtyProcessError('Called wait() on a stopped child ' +709 raise PtyProcessError('isalive() encountered condition ' +727 raise PtyProcessError('isalive() encountered condition ' +756 raise PtyProcessError('isalive() encountered condition ' +
2 from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError
70 class PtyProcessError(Exception): class
24 except ptyprocess.PtyProcessError as e: