Lines Matching defs:subprocess
25 import binascii, errno, random, re, socket, subprocess, sys, time
1215 where "command" is a string that can be passed to subprocess.Popen()
1235 self.process = subprocess.Popen(self.command,
1236 stdin=subprocess.PIPE, stdout=subprocess.PIPE,