Build a Call graph in python including modules and functions?

前端 未结 5 1669
醉话见心
醉话见心 2020-12-07 10:46

I have a bunch of scripts to perform a task. And I really need to know the call graph of the project because it is very confusing. I am not able to execute the code because

5条回答
  •  一整个雨季
    2020-12-07 10:57

    I also write a little tool at: https://github.com/zw-normal/pycallgraph. The concept of code is simple to both understand and use, but it only provides limited information which another IDE is also needed to get better understanding.

提交回复
热议问题