Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
324 stars 57 forks source link

Enh: postprocessing: coarse-graining, call path listing #12

Open Technologicat opened 5 years ago

Technologicat commented 5 years ago

Pyan3 could use some postprocessing support:

Technologicat commented 4 years ago

Added a module-level dependency visualizer modvis.py.

This was simpler to implement as a separate program that uses the same output machinery as the main pyan program. Should also run faster, since all it needs to look at are Import and ImportFrom AST nodes.