SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

Evaluate call list #314

Open rosafilgueira opened 3 years ago

rosafilgueira commented 3 years ago

We need to compare the call list that we obtain with PyCG. For doing this, first we need to convert our call list to a call graph. We have the method already implemented in code_inspector, when we call to extract the relations of files with main.

Screen Shot 2021-09-24 at 08 52 01