Module Synopsis.Formatters.Dot

-Protected Functions
  _rel(frm, to)
references
source code
Find link to to relative to frm
  _convert_map(input, output, base_url)
references
source code

-

convert map generated from Dot to a html region map. input and output are (open) streams
  _format(input, output, format)
references
source code
  _format_png(input, output)
references
source code
  _format_html(input, output, base_url)
references
source code

-

generate (active) image for html. input and output are file names. If output ends in '.html', its stem is used with an '.png' suffix for the actual image.
-Classes
references
source code

-

Error thrown by the system() function. Attributes are 'retval', encoded as per os.wait(): low-byte is killing signal number, high-byte is return value of command.
references
source code
A class that encapsulates the dot file generation
references
source code

-

A Formatter that generates an inheritance graph. If the 'toc' argument is not None, it is used to generate URLs. If no reference could be found in the toc, the node will be grayed out.
references
source code

-

A Formatter that generates an inheritance graph for a specific class. This Visitor visits the ASG upwards, i.e. following the inheritance links, instead of the declarations contained in a given scope.
references
source code
A Formatter that generates a file dependency graph
class Formatter
references
source code
The Formatter class acts merely as a frontend to the various InheritanceGenerators
-Functions
  system(command)
references
source code

-

Run the command. If the command fails, an exception SystemError is thrown.
  normalize(color)
references
source code
Generate a color triplet from a color string.
  light(color)
references
source code
-Attributes
source code
source code