module documentation

Class to generate files in dot format and image formats supported by Graphviz.

Class DotPrinter No class docstring; 0/1 instance variable, 0/1 constant, 4/7 methods documented
Class HTMLLabels Undocumented
Constant ALLOWED_CHARSETS Undocumented
Constant ARROWS Undocumented
Constant SHAPES Undocumented
ALLOWED_CHARSETS: frozenset[str] = (source)

Undocumented

Value
frozenset(('utf-8', 'iso-8859-1', 'latin1'))

Undocumented

Value
{EdgeType.INHERITS: {'arrowtail': 'none', 'arrowhead': 'empty'},
 EdgeType.IMPLEMENTS: {'arrowtail': 'node',
                       'arrowhead': 'empty',
                       'style': 'dashed'},
 EdgeType.ASSOCIATION: {'fontcolor': 'green',
                        'arrowtail': 'none',
                        'arrowhead': 'diamond',
...

Undocumented

Value
{NodeType.PACKAGE: 'box',
 NodeType.INTERFACE: 'record',
 NodeType.CLASS: 'record'}