class documentation
class Pager: (source)
Known subclasses: twisted.spread.util.FilePager, twisted.spread.util.StringPager
Constructor: Pager(collector, callback, *args, **kw)
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. |
| Method | next |
Override this to return an object to be sent to my collector. |
| Method | send |
(internal) Method called by Broker. |
| Method | still |
(internal) Method called by Broker. |
| Method | stop |
Call this when you're done paging. |
| Instance Variable | callback |
Undocumented |
| Instance Variable | callback |
Undocumented |
| Instance Variable | callback |
Undocumented |
| Instance Variable | collector |
Undocumented |
| Instance Variable | _still |
Undocumented |
overridden in
twisted.spread.util.FilePager, twisted.spread.util.StringPagerCreate a pager with a Reference to a remote collector and an optional callable to invoke upon completion.
overridden in
twisted.spread.util.StringPagerOverride this to return an object to be sent to my collector.