Table of Contents

Class: Filter qm/executable.py

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.

Base Classes   
RedirectedExecutable
Methods   
_WriteStdin
__init__
  _WriteStdin 
_WriteStdin ( self )

  __init__ 
__init__ (
        self,
        input,
        timeout=-1,
        )

Create a new Filter.

input
The string containing the input to provide to the child process.
timeout
As for TimeoutExecutable.__init__.

Table of Contents

This document was automatically generated on Mon Jan 3 09:42:29 2005 by HappyDoc version 2.1