Lines Matching defs:subprocess
21 import subprocess108 child = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE,109 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)