scottrogowski / code2flow

Pretty good call graphs for dynamic languages
MIT License
3.92k stars 286 forks source link

Call Location of Each Function In the JSON file #70

Closed AhmedSalihCezayir closed 1 year ago

AhmedSalihCezayir commented 1 year ago

I want to get where each function is called in the JSON output file but I could not figure out how to do it. For example, if I have a main.py and it calls A(), I want to see A is called in main.py in the JSON file.