Lines Matching defs:subprocess
25 import subprocess
80 if fd == subprocess.PIPE:
82 elif fd == subprocess.STDOUT:
501 """Create subprocess transport."""
1622 if stdout is not None and stderr == subprocess.STDOUT:
1632 stdin=subprocess.PIPE,
1633 stdout=subprocess.PIPE,
1634 stderr=subprocess.PIPE,
1668 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
1669 stderr=subprocess.PIPE, universal_newlines=False,