Home | Trees | Indices | Help |
|
---|
|
object --+ | subprocess.Popen --+ | Pipe
Specialized pipe class for use by executeCommand
.
The executeCommand function needs a specialized way of
interacting with a pipe. First, executeCommand
only reads
from the pipe, and never writes to it. Second,
executeCommand
needs a way to discard all output written to
stderr
, as a means of simulating the shell
2>/dev/null
construct.
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Create new Popen instance.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 19 20:56:44 2010 | http://epydoc.sourceforge.net |