Home | Trees | Index | Help |
---|
Package twisted :: Package test :: Module test_process :: Class TrivialProcessProtocol |
|
BaseProtocol
--+ |ProcessProtocol
--+ | TrivialProcessProtocol
Method Summary | |
---|---|
This will be called when stderr is closed. (inherited from ProcessProtocol )
| |
Some data was received from stderr. (inherited from ProcessProtocol )
| |
Called when stdin is shut down. (inherited from ProcessProtocol )
| |
Called when stdout is shut down. (inherited from ProcessProtocol )
| |
Some data was received from stdout. (inherited from ProcessProtocol )
| |
This will be called when the subprocess is finished. |
Class Variable Summary | |
---|---|
int |
finished
|
Method Details |
---|
processEnded(self, reason)This will be called when the subprocess is finished.
|
Class Variable Details |
---|
finished
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:17 2003 | http://epydoc.sf.net |