Home | History | Annotate | Download | only in lib

Lines Matching defs:PIPE

585     subprocess.PIPE = 'PIPE'
625 p2cread, p2cwrite = os.pipe()
626 c2pread, c2pwrite = os.pipe()
678 PIPE = subprocess.PIPE
766 if why[0] == errno.EPIPE: #broken pipe
1163 # On Windows, if we make stdin a pipe when we plan to send
1166 # So don't use a pipe for stdin if we don't need one.
1169 stdin = subprocess.PIPE
1175 stderr_value = subprocess.PIPE
1179 stdout=subprocess.PIPE,