Home | Trees | Index | Help |
---|
Package twisted :: Package trial :: Module remote :: Class TrialProcessProtocol |
|
BaseProtocol
--+ |Protocol
--+ |Ephemeral
--+ |Pynana
--+ |Canana
--+ |DecodeReport
--+ |BaseProtocol
--+ | | |ProcessProtocol
--+ | TrialProcessProtocol
Method Summary | |
---|---|
__init__(self,
reporter)
(inherited from DecodeReport )
| |
__getstate__(self)
(inherited from Ephemeral )
| |
__setstate__(self,
state)
(inherited from Ephemeral )
| |
callExpressionReceived(self,
obj)
(inherited from Pynana )
| |
(Deprecated) (inherited from Protocol )
| |
Called when the connection is shut down. (inherited from Protocol )
| |
Called when a connection is made. (inherited from Canana )
| |
Surrogate for connectionMade Called after protocol negotiation. (inherited from Pynana )
| |
dataReceived(self,
chunk)
(inherited from Canana )
| |
This will be called when stderr is closed. (inherited from ProcessProtocol )
| |
Some data was received from stderr. | |
Called when an expression (list, string, or int) is received. (inherited from DecodeReport )
| |
gotItem(self,
item)
(inherited from Pynana )
| |
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. (inherited from ProcessProtocol )
| |
sendEncoded(self,
obj)
(inherited from Canana )
| |
_encode(self,
obj,
write)
(inherited from Pynana )
| |
_selectDialect(self,
dialect)
(inherited from Pynana )
|
Method Details |
---|
errReceived(self, data)Some data was received from stderr.
|
outReceived(self, data)Some data was received from stdout.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:19:05 2003 | http://epydoc.sf.net |