scottrogowski / code2flow

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

library methods support #60

Closed Hareem-E-Sahar closed 2 years ago

Hareem-E-Sahar commented 2 years ago

Will the tool work for library methods or just user-defined methods?

scottrogowski commented 2 years ago

Hi @Hareem-E-Sahar. Sorry, I'm only seeing this now.

This displays any functions defined in the files you include. So you can include, for example, the Python "re" library file to understand how that is connected. Hope that makes sense.