twisted.spread.util.Pager class documentationtwisted.spread.util
          View Source
          (View In Hierarchy)
        
      Known subclasses: twisted.spread.util.FilePager, twisted.spread.util.StringPager
I am an object which pages out information.
| Method | __init__ | Create a pager with a Reference to a remote collector and an optional callable to invoke upon completion. | 
| Instance Variable | callback | Undocumented | 
| Instance Variable | callbackArgs | Undocumented | 
| Instance Variable | callbackKeyword | Undocumented | 
| Instance Variable | collector | Undocumented | 
| Method | stillPaging | (internal) Method called by Broker. | 
| Method | sendNextPage | (internal) Method called by Broker. | 
| Method | nextPage | Override this to return an object to be sent to my collector. | 
| Method | stopPaging | Call this when you're done paging. | 
| Instance Variable | _stillPaging | Undocumented | 
Create a pager with a Reference to a remote collector and an optional callable to invoke upon completion.
(internal) Method called by Broker.
Override this to return an object to be sent to my collector.