Home | Trees | Index | Help |
---|
|
object --+ | Executable --+ | TimeoutExecutable --+ | executable.RedirectedExecutable --+ | BuildExecutable
A 'BuildExecutable' runs on the build machine.
Classes derived from 'DejaGNUTest' may provide derived versions of this class.
|
|||
_StderrPipe(self)
Return a pipe to which to redirect the standard input. |
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Return a pipe to which to redirect the standard input. returns -- A pipe, or 'None'. If 'None' is returned, but '_StdoutPipe' returns a pipe, then the standard error and standard input will both be redirected to that pipe. However, if '_StdoutPipe' also returns 'None', then the standard error will be closed in the child.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |