Home | History | Annotate | Download | only in python2.7

Lines Matching defs:subprocess

1041     #    import sys,string,os,re,subprocess
1042 # File "[..]/build/Lib/subprocess.py", line 429, in <module>
1046 import subprocess
1053 proc = subprocess.Popen(['file', target],
1054 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)