Method | __init__ |
Create a pager with a Reference to a remote collector and an optional callable to invoke upon completion. |
Method | nextPage |
Override this to return an object to be sent to my collector. |
Instance Variable | chunkSize |
Undocumented |
Instance Variable | pointer |
Undocumented |
Instance Variable | string |
Undocumented |
Inherited from Pager
:
Method | sendNextPage |
(internal) Method called by Broker. |
Method | stillPaging |
(internal) Method called by Broker. |
Method | stopPaging |
Call this when you're done paging. |
Instance Variable | callback |
Undocumented |
Instance Variable | callbackArgs |
Undocumented |
Instance Variable | callbackKeyword |
Undocumented |
Instance Variable | collector |
Undocumented |
Instance Variable | _stillPaging |
Undocumented |
twisted.spread.util.Pager.__init__
twisted.spread.util.Pager.nextPage