Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module utils :: Class _ValueGetter |
|
BaseProtocol
--+ |ProcessProtocol
--+ | _ValueGetter
Method Summary | |
---|---|
__init__(self,
deferred)
| |
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. (inherited from ProcessProtocol )
| |
This will be called when the subprocess is finished. |
Method Details |
---|
processEnded(self, reason)This will be called when the subprocess is finished.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:19:29 2003 | http://epydoc.sf.net |