pyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.
Stars
714
Forks
128
Watchers
714
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
193
commits
7
commits
5
commits
5
commits
4
commits
3
commits
2
commits
2
commits
2
commits
Merge pull request #58 from Technologicat/feature/resolve-missing-init
1ff3b3eView on GitHubResolve modules even if packages do not contain inits - allow direct specification of root
617d543View on GitHubMerge pull request #57 from Technologicat/feature/reformat-with-black
3850dcaView on GitHub