Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call map #102

Open
rgerkin opened this issue Jul 5, 2019 · 0 comments
Open

Call map #102

rgerkin opened this issue Jul 5, 2019 · 0 comments
Milestone

Comments

@rgerkin
Copy link
Contributor

rgerkin commented Jul 5, 2019

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
@rgerkin rgerkin added this to the 0.3 milestone Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant