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.
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.
def __init__(self, collector, *args, callback=None, **kw): (source)

Create a pager with a Reference to a remote collector and an optional callable to invoke upon completion.

def stillPaging(self): (source)

(internal) Method called by Broker.

def sendNextPage(self): (source)

(internal) Method called by Broker.

def nextPage(self): (source)

Override this to return an object to be sent to my collector.

def stopPaging(self): (source)

Call this when you're done paging.

API Documentation for Twisted, generated by pydoctor at 2019-11-11 15:02:42.