Home | Trees | Index | Help |
---|
|
object --+ | Executable --+ | TimeoutExecutable --+ | executable.RedirectedExecutable --+ | CompilerExecutable
|
|||
_InitializeChild(self)
Initialize the child process. |
|||
_StdinPipe(self)
Return a pipe to which to redirect the standard input. |
|||
_StderrPipe(self)
Return a pipe to which to redirect the standard input. |
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Initialize the child process. After 'fork' is called this method is invoked to give the child a chance to initialize itself. '_InitializeParent' will already have been called in the parent process. |
Return a pipe to which to redirect the standard input. returns -- A pipe, or 'None' if the standard input should be closed in the child.
|
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 output 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 |