Technologicat / pyan

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

[question] What is the intended purpose of white module nodes? #89

Closed lofidevops closed 1 year ago

lofidevops commented 1 year ago

If we look at graph0.svg as an example, there are colored nodes for functions, and also white nodes for modules.

I don't feel the white nodes add valuable detail, and (again imho) add noise to larger graphs. Is there some significance or purpose I'm missing?