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

modvis: allow omitting __init__ from output #20

Open Technologicat opened 4 years ago

Technologicat commented 4 years ago

The implicitly imported __init__ module of packages causes clutter in the output.

Sometimes it's useful to see, but especially for larger projects, an option to omit it could be useful.