You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Create a map of function calls:
The text was updated successfully, but these errors were encountered: