Searched refs:Popen4 (Results 1 – 5 of 5) sorted by relevance
116 class Popen4(Popen3): class139 del Popen3, Popen4198 inst = Popen4(cmd, bufsize)
34 :class:`Popen4` classes; these are only available on Unix. This information is79 .. class:: Popen4(cmd[, bufsize])90 Popen3 and Popen4 Objects93 Instances of the :class:`Popen3` and :class:`Popen4` classes have the following116 A file object that provides output from the child process. For :class:`Popen4`130 always be ``None`` for :class:`Popen4` instances.
891 :class:`popen2.Popen3` and :class:`popen2.Popen4` basically work as
270 p = popen2.Popen4(command)
1387 :class:`popen2.Popen3` and :class:`popen2.Popen4` basically work as