Package ldaptor :: Package test :: Module util :: Class FasterIOPump
[hide private]
[frames] | no frames]

Class FasterIOPump

source code

twisted.test.testutils.IOPump --+
                                |
                               FasterIOPump
Known Subclasses:
IOPump

Instance Methods [hide private]
 
pump(self)
Move data back and forth.
source code

Inherited from twisted.test.testutils.IOPump: __init__, flush

Method Details [hide private]

pump(self)

source code 

Move data back and forth.

Returns whether any data was moved.
Overrides: twisted.test.testutils.IOPump.pump