class documentation

class Pager: (source)

Known subclasses: twisted.spread.util.FilePager, twisted.spread.util.StringPager

View In Hierarchy

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​Page Override this to return an object to be sent to my collector.
Method send​Next​Page (internal) Method called by Broker.
Method still​Paging (internal) Method called by Broker.
Method stop​Paging Call this when you're done paging.
Instance Variable callback Undocumented
Instance Variable callback​Args Undocumented
Instance Variable callback​Keyword Undocumented
Instance Variable collector Undocumented
Instance Variable _still​Paging Undocumented
def __init__(self, collector, callback=None, *args, **kw): (source)
Create a pager with a Reference to a remote collector and an optional callable to invoke upon completion.
def nextPage(self): (source)
Override this to return an object to be sent to my collector.
def sendNextPage(self): (source)
(internal) Method called by Broker.
def stillPaging(self): (source)
(internal) Method called by Broker.
def stopPaging(self): (source)
Call this when you're done paging.
callback = (source)

Undocumented

callbackArgs = (source)

Undocumented

callbackKeyword = (source)

Undocumented

collector = (source)

Undocumented

_stillPaging: int = (source)

Undocumented