Skip to content

Call map #102

@rgerkin

Description

@rgerkin

Create a map of function calls:

conda install pydot
pip install git+https://github.com/ttylec/pyan
cd sciunit
# Make a GraphViz dot file containing a static function call map of the project
pyan *.py --dot --colored --no-defines --grouped > map.dot
# Turn it into a .png file
dot -Tpng map.dot > map.png

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions