Home | Trees | Index | Help |
---|
Package svnmailer :: Module processes :: Class ProcessImpl |
|
Popen3
--+
|
ProcessImpl
Method Summary | |
---|---|
Initialization | |
int |
Waits for child process to terminate. |
Inherited from Popen3 | |
Return the exit status of the child process if it has finished, or -1 if it hasn't finished yet. | |
|
Instance Variable Summary | |
---|---|
file | fromchild : pipe from the child |
file | tochild : pipe to the child |
Class Variable Summary | |
---|---|
bool | WINSHELL : Does the implementation use a shell on Win32? |
Inherited from Popen3 | |
int |
sts = -1 |
Method Details |
---|
__init__(self,
cmd,
pstdin,
pstdout,
pstderr,
detach)
Initialization |
wait(self)Waits for child process to terminate. The actual wait() call may happen when the last pipe handle is closed (in the dumb implementation).
|
Instance Variable Details |
---|
fromchildpipe from the child
|
tochildpipe to the child
|
Class Variable Details |
---|
WINSHELLDoes the implementation use a shell on Win32?
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Sep 25 20:49:06 2005 | http://epydoc.sf.net |