Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Add
Function
Add
Utilities/Maintenance/VisualizeModuleDependencies.py:148–150 ·
view source on GitHub ↗
(tree, keys)
Source
from the content-addressed store, hash-verified
146
def
Tree():
return
defaultdict(Tree)
147
148
def
Add(tree, keys):
149
for
key in keys:
150
tree = tree[key]
151
152
def
PrettyPrint(tree, level=0):
153
''
&
#x27;
Callers
1
MakeModuleTree
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected