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

Class ReadPassword

BaseProtocol --+    
               |    
 ProcessProtocol --+
                   |
                  ReadPassword


Method Summary
  __init__(self, deferred, count)
  errReceived(self, data)
Some data was received from stderr.
  outReceived(self, data)
Some data was received from stdout.
  processEnded(self, reason)
This will be called when the subprocess is finished.
    Inherited from ProcessProtocol
  childConnectionLost(self, childFD)
  childDataReceived(self, childFD, data)
  errConnectionLost(self)
This will be called when stderr is closed.
  inConnectionLost(self)
This will be called when stdin is closed.
  outConnectionLost(self)
This will be called when stdout is closed.

Method Details

errReceived(self, data)

Some data was received from stderr.
Overrides:
twisted.internet.protocol.ProcessProtocol.errReceived (inherited documentation)

outReceived(self, data)

Some data was received from stdout.
Overrides:
twisted.internet.protocol.ProcessProtocol.outReceived (inherited documentation)

processEnded(self, reason)

This will be called when the subprocess is finished.
Parameters:
reason
           (type=twisted.python.failure.Failure)
Overrides:
twisted.internet.protocol.ProcessProtocol.processEnded (inherited documentation)

Generated by Epydoc 2.1 on Tue Aug 17 17:08:20 2004 http://epydoc.sf.net