Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Tree
Function
Tree
Utilities/Maintenance/VisualizeModuleDependencies.py:146–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
# One-line Tree in Python
145
# See: https:gist.github.com/hrldcpr/2012250
146
def
Tree():
return
defaultdict(Tree)
147
148
def
Add(tree, keys):
149
for
key in keys:
Callers
1
GenerateGraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected