example:
def a():
pass
def b():
pass
def c():
a()
b()
and the tool would show some kind of graph like:
c -> a()
-> b()
The graph you're looking for is called a call graph. There is a python module to build them:
http://pycallgraph.slowchop.com/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With