Module util :: Class MCResultsPager
[hide private]
[frames] | no frames]

Class MCResultsPager

source code


Result pager class for sending large objects.

Instance Methods [hide private]
 
__init__(self, collector, string)
Create a pager with a Reference to a remote collector and an optional callable to invoke upon completion.
source code
 
sendNextPage(self)
(internal) Method called by Broker.
source code
 
done(self) source code
 
wait(self) source code

Inherited from twisted.spread.util.StringPager: nextPage

Inherited from twisted.spread.util.Pager: __providedBy__, stillPaging, stopPaging

Class Variables [hide private]

Inherited from twisted.spread.util.Pager: __implemented__, __provides__

Method Details [hide private]

__init__(self, collector, string)
(Constructor)

source code 

Create a pager with a Reference to a remote collector and an optional callable to invoke upon completion.

Overrides: twisted.spread.util.Pager.__init__
(inherited documentation)

sendNextPage(self)

source code 

(internal) Method called by Broker.

Overrides: twisted.spread.util.Pager.sendNextPage
(inherited documentation)