module Synopsis.Formatters.Dot
class DotFileGenerator
A class that encapsulates the dot file generation
DotFileGenerator-inheritance Scopes/Synopsis/Formatters/Dot/InheritanceGenerator.html Scopes/Synopsis/Formatters/Dot/FileDependencyGenerator.html
-Attributes
source code
source code
source code
source code
source code
-Methods
  __init__(self, os, direction, bgcolor)
references
source code
  write(self, text)
references
source code
  write_node(self, ref, name, label, * * attr)
references
source code
helper method to generate output for a given node
  write_edge(self, parent, child, * * attr)
references
source code