module Synopsis.Formatters.HTML.XRefPager
class XRefPager
Generates pages of cross-references.
-Attributes
source code
source code
-Methods
  __init__(self, ir)
references
source code
  get(self, name)
references
source code
Returns the number of the page that the xref info for the given name is on, or None if not found.
  pages(self)
references
source code

-

Returns a list of pages, each consisting of a list of names on that page. This method is intended to be used by whatever generates the files...