Searched refs:Popen3 (Results 1 – 5 of 5) sorted by relevance
591 popen2.Popen3593 class Popen3: class621 class Popen4(popen2.Popen3):651 class Popen3(popen2.Popen3, popen2.Popen4): class657 apply(popen2.Popen3.__init__, (self, command, 1))662 resultcode = apply(popen2.Popen3.wait, (self,)+args, kw)670 subprocess.Popen = Popen3
240 p = popen2.Popen3(command)
262 p = popen2.Popen3(command)