Package ldaptor :: Module generate_password :: Class ReadPassword
[hide private]
[frames] | no frames]

Class ReadPassword

source code

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

Instance Methods [hide private]
 
__init__(self, deferred, count=1) source code
 
outReceived(self, data)
Some data was received from stdout.
source code
 
errReceived(self, data)
Some data was received from stderr.
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

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]

outReceived(self, data)

source code 

Some data was received from stdout.

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

errReceived(self, data)

source code 

Some data was received from stderr.

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

processEnded(self, reason)

source code 

This will be called when the subprocess is finished.

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