| Home | Trees | Index | Help |
|---|
| Package twisted :: Package test :: Module test_conch :: Class SSHTestOpenSSHProcess |
|
BaseProtocol--+ |ProcessProtocol--+ | SSHTestOpenSSHProcess
| Method Summary | |
|---|---|
Called when a connection is made. (inherited from BaseProtocol)
| |
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)
| |
Make a connection to a transport and a server. (inherited from BaseProtocol)
| |
Called when stdout is shut down. (inherited from ProcessProtocol)
| |
Some data was received from stdout. | |
This will be called when the subprocess is finished. | |
| Class Variable Summary | |
|---|---|
str |
buf
|
int |
done
|
| Method Details |
|---|
outReceived(self, data)Some data was received from stdout.
|
processEnded(self, reason)This will be called when the subprocess is finished.
|
| Class Variable Details |
|---|
buf
|
done
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:55 2003 | http://epydoc.sf.net |