Home | Trees | Index | Help |
|
---|
|
>>> def generate_graph(docindex, context, linker, *args):
... 'generates and returns a new DotGraph'
Where docindex
is a docindex containing the documentation
that epydoc has built; context
is the APIDoc
whose docstring contains this dotgraph node; linker
is a DocstringLinker that can be used to resolve
crossreferences; and args
is any extra arguments that are
passed to the dotgraph
constructor.
|
|||
__init__(self, generate_graph_func, *generate_graph_args) | |||
graph(self, docindex, context, linker) | |||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:39:27 2006 | http://epydoc.sf.net |