Render Graphviz directed graphs as images. Below are some examples.
|
package_tree_graph(packages,
linker,
context=None,
**options)
Return a DotGraph that graphically displays the package
hierarchies for the given packages. |
source code
call graph
|
|
Call Graph |
|
|
uml_package_tree_graph(packages,
linker,
context=None,
**options)
Return a DotGraph that graphically displays the package
hierarchies for the given packages as a nested set of UML
symbols. |
source code
call graph
|
|
Call Graph |
|
|
|
Call Graph |
|
|
|
Call Graph |
|
|
_add_class_tree_superclasses(graph,
classes,
mknode,
mkedge,
linker,
context,
options,
cls2node) |
source code
call graph
|
|
Call Graph |
|
|
_add_class_tree_subclasses(graph,
classes,
mknode,
mkedge,
linker,
context,
options,
cls2node,
truncated) |
source code
call graph
|
|
Call Graph |
|
|
_add_class_tree_inheritance(graph,
classes,
mknode,
mkedge,
linker,
context,
options,
cls2node,
truncated) |
source code
call graph
|
|
Call Graph |
|
|
|
Call Graph |
|
|
|
Call Graph |
|
|
|
Call Graph |
|
|
|
Call Graph |
|
|
|
Call Graph |
|
|
|
|
|
Call Graph |
|
|
|
Call Graph |
|
|
|
Call Graph |
|
|
specialize_valdoc_node(node,
val_doc,
context,
linker)
Update the style attributes of node to reflext its type
and context. |
source code
call graph
|
|
Call Graph |
|
|
|
Call Graph |
|
|
USE_DOT2TEX = False
Should the dot2tex module be used to render dot graphs to latex
(if it's available)? This is experimental, and not yet working,
so it should be left False for now.
|
|
COLOR = { ' BASECLASS_BG ' : ' #e0b0a0 ' , ' CLASS_BG ' : ' #d8ffe8 ' , ' IN ...
colors for graphs of APIDocs
|
|
DOT_COMMAND = ' dot '
The command that should be used to spawn dot
|
|
_dot_version = None
|
|
_DOT_VERSION_RE = re.compile(r'dot version ( [ \d\.] + ) ')
|
|
NOOP_URL = ' javascript:void(0); '
|
|
MODULE_NODE_HTML = ' <TABLE BORDER="0" CELLBORDER="0" CELLSPACI ...
|