Home | Trees | Index | Help |
---|
|
object --+ | executable.Executable --+ | QMTestExecutable
|
|||
_InitializeParent(self)
Initialize the parent process. |
|||
_InitializeChild(self)
Initialize the child process. |
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Initialize the parent process. Before spawning the child, this method is invoked to give the parent a chance to initialize itself. returns -- Under Windows, a 'PySTARTUPINFO' structure explaining how the child should be initialized. On other systems, the return value is ignored.
|
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. This method is not used under Windows.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |