Home | Trees | Index | Help |
|
---|
Package ldaptor :: Module generate_password :: Class ReadPassword |
|
BaseProtocol
--+ |ProcessProtocol
--+ | ReadPassword
Method Summary | |
---|---|
__init__(self,
deferred,
count)
| |
Some data was received from stderr. | |
Some data was received from stdout. | |
This will be called when the subprocess is finished. | |
Inherited from ProcessProtocol | |
| |
| |
This will be called when stderr is closed. | |
This will be called when stdin is closed. | |
This will be called when stdout is closed. | |
Inherited from BaseProtocol | |
Called when a connection is made. | |
Make a connection to a transport and a server. |
Class Variable Summary | |
---|---|
Inherited from BaseProtocol | |
int |
connected = 0 |
NoneType |
transport = None |
Method Details |
---|
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.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:20 2004 | http://epydoc.sf.net |