module Synopsis.Formatters.HTML.Parts.Inheritance
class Inheritance
Inheritance-inheritance
Protected Methods Summary:
  _process_class(self, class_, names)
references
source code
  _process_superclasses(self, class_, names)
references
source code
Class attributes Summary:
source code
Methods Summary:
  register(self, view)
references
source code
  process(self, decl)
references
source code
Walk the hierarchy to find inherited members to print.
  write_section_start(self, heading)
references
source code
Creates a table with one row.
  write_section_item(self, text)
references
source code
  write_section_end(self, heading)
references
source code
Protected Methods Details:
  _process_class(self, class_, names)
references
source code
Prints info for the given class, and calls _process_superclasses after
  _process_superclasses(self, class_, names)
references
source code
Iterates through the superclasses of clas and calls _process_clas for each
Methods Details:
  process(self, decl)
references
source code
Walk the hierarchy to find inherited members to print.
  write_section_start(self, heading)
references
source code
Creates a table with one row. The row has a td of class 'heading' containing the heading string
  write_section_item(self, text)
references
source code
Adds a table row