call-flow

Creating Dependency Graphs in Python

Creating Dependency Graphs in Python Question: I have inherited a huge codebase that I need to make some small changes into. I was wondering if there are utilities that would parse python code and give dependencies between functions, as in if I make changes to a function I want to be sure that I dont …

Total answers: 1