Package buildbot :: Package changes :: Module monotone :: Class _MTProtocol
[hide private]
[frames] | no frames]

Class _MTProtocol

source code

twisted.internet.protocol.BaseProtocol --+    
                                         |    
 twisted.internet.protocol.ProcessProtocol --+
                                             |
                                            _MTProtocol

Instance Methods [hide private]
 
__init__(self, deferred, cmdline) source code
 
errReceived(self, text)
Some data was received from stderr.
source code
 
outReceived(self, text)
Some data was received from stdout.
source code
 
processEnded(self, reason)
This will be called when the subprocess is finished.
source code

Inherited from twisted.internet.protocol.ProcessProtocol: childConnectionLost, childDataReceived, errConnectionLost, inConnectionLost, outConnectionLost, processExited

Inherited from twisted.internet.protocol.BaseProtocol: __providedBy__, connectionMade, makeConnection

Class Variables [hide private]

Inherited from twisted.internet.protocol.ProcessProtocol: __implemented__, __provides__

Inherited from twisted.internet.protocol.BaseProtocol: connected, transport

Method Details [hide private]

errReceived(self, text)

source code 

Some data was received from stderr.

Overrides: twisted.internet.protocol.ProcessProtocol.errReceived
(inherited documentation)

outReceived(self, text)

source code 

Some data was received from stdout.

Overrides: twisted.internet.protocol.ProcessProtocol.outReceived
(inherited documentation)

processEnded(self, reason)

source code 

This will be called when the subprocess is finished.

Overrides: twisted.internet.protocol.ProcessProtocol.processEnded
(inherited documentation)