Searched refs:PIPE_PTY (Results 1 – 1 of 1) sorted by relevance
29 PIPE_PTY = -3 # Pipe output through a pty variable56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY,76 if stdout == PIPE_PTY:79 if stderr == PIPE_PTY: