Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Formatters
.
HTML
.
Parts
.
Inheritance
class Inheritance
File:
../Synopsis/Formatters/HTML/Parts/Inheritance.py
Protected Methods Summary:
_process_class
(
self
,
class_
,
names
)
_process_superclasses
(
self
,
class_
,
names
)
Class attributes Summary:
fragments
Methods Summary:
register
(
self
,
view
)
process
(
self
,
decl
)
Walk the hierarchy to find inherited members to print.
write_section_start
(
self
,
heading
)
Creates a table with one row.
write_section_item
(
self
,
text
)
write_section_end
(
self
,
heading
)
Protected Methods Details:
_process_class
(
self
,
class_
,
names
)
Prints info for the given class, and calls _process_superclasses after
_process_superclasses
(
self
,
class_
,
names
)
Iterates through the superclasses of clas and calls _process_clas for each
Methods Details:
process
(
self
,
decl
)
Walk the hierarchy to find inherited members to print.
write_section_start
(
self
,
heading
)
Creates a table with one row. The row has a td of class 'heading' containing the heading string
write_section_item
(
self
,
text
)
Adds a table row
Generated on Thu Apr 16 16:27:09 2009 by
synopsis
(version devel)