Getting list of function calls in a python file by parsing its AST
1–2 of 2 posts
Re: Getting list of function calls in a python file by parsing its AST
#2It's interesting to see how easy this is in Python. I'm working on a developer tool for C/C++ that uses clang's AST for retrieving this sort of semantic information. We might support Python one day too.