Lines Matching refs:Popen3
33 the :meth:`poll` or :meth:`wait` methods on the :class:`Popen3` and
65 .. class:: Popen3(cmd[, capturestderr[, bufsize]])
67 This class represents a child process. Normally, :class:`Popen3` instances are
71 If not using one of the helper functions to create :class:`Popen3` objects, the
81 Similar to :class:`Popen3`, but always captures standard error into the same
90 Popen3 and Popen4 Objects
93 Instances of the :class:`Popen3` and :class:`Popen4` classes have the following
97 .. method:: Popen3.poll()
103 .. method:: Popen3.wait()
114 .. attribute:: Popen3.fromchild
121 .. attribute:: Popen3.tochild
126 .. attribute:: Popen3.childerr
133 .. attribute:: Popen3.pid