ctree.py package

Submodules

ctree.py.dotgen module

Support for Python ast nodes in the ‘ast’ module.

class ctree.py.dotgen.PyDotLabeller[source]

Bases: ctree.dotgen.DotGenLabeller

Manages generation of DOT.

visit_Attribute(node)[source]
visit_FunctionDef(node)[source]
visit_Name(node)[source]
visit_Num(node)[source]
visit_Str(node)[source]
visit_arg(node)[source]

Module contents

Table Of Contents

Previous topic

ctree.omp package

Next topic

ctree.sse package

This Page