class documentation
class StringPager(Pager): (source)
Constructor: StringPager(collector, st, chunkSize, callback, ...)
A simple pager that splits a string into chunks.
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. |
Instance Variable | chunk |
Undocumented |
Instance Variable | pointer |
Undocumented |
Instance Variable | string |
Undocumented |
Inherited from Pager
:
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 |
overrides
twisted.spread.util.Pager.__init__
Create a pager with a Reference to a remote collector and an optional callable to invoke upon completion.
overrides
twisted.spread.util.Pager.nextPage
Override this to return an object to be sent to my collector.