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

We have `ast` and `tree-sitter` both in the library #427

Open dgarijo opened 1 year ago

dgarijo commented 1 year ago

ast is used to return the call graph for each file. tree-sitter is used to return the ast of each function. This looks redundant, we should stick to only one of the libraries.