Lines Matching defs:subprocess
34 import subprocess
43 A string suitable for passing to subprocess functions, or None.
52 subprocess.call([git, '--version'], stdout=devnull)
78 disable = subprocess.check_output(
81 except subprocess.CalledProcessError:
95 toplevel = subprocess.check_output(
98 except subprocess.CalledProcessError:
134 subprocess.check_call(
136 subprocess.check_call([git, 'checkout', '--quiet', commithash],
156 if 0 == subprocess.call([git, 'checkout', '--quiet', commithash],
165 subprocess.check_call(
168 subprocess.check_call([git, 'fetch', '--quiet'], cwd=directory)
170 subprocess.check_call([git, 'checkout', '--quiet', commithash], cwd=directory)
262 subprocess.check_call(