| Home | Trees | Index | Help |
|---|
|
|
object --+
|
Executable --+
|
TimeoutExecutable --+
|
RedirectedExecutable --+
|
Filter
A 'FilterExecutable' feeds an input string to another proces.
The input string is provided to a child process via a pipe; the standard output and standard error streams from the child process are collected in the 'Filter'.
|
|||
|
__init__(self,
input,
timeout=-1)
Create a new 'Filter'. |
|||
|
_WriteStdin(self)
Write to the standard input pipe. |
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a new 'Filter'. 'input' -- The string containing the input to provide to the child process. 'timeout' -- As for 'TimeoutExecutable.__init__'.
|
Write to the standard input pipe. This implementation writes no data and closes the pipe.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:30 2007 | http://epydoc.sf.net |