module Synopsis.Formatters.HTML.Parts.Inheritance
class Inheritance
Inheritance-inheritance
-Protected Methods
  _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
-Class attributes
source code
-Methods
  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. The row has a td of class 'heading' containing the heading string
  write_section_item(self, text)
references
source code
Adds a table row
  write_section_end(self, heading)
references
source code