The project uses Python ast module and simple algorithm (but effective) to generate static call graph of Python code. Basically it uses source code information (source file name, line no and col ...
Welcome! Python Call Graph is a Python module that creates call graph visualizations for Python applications. This repo used to be pycallgraph which is still hosted at pypi link. The uploader makes no ...