MCPcopy 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
146def Tree(): return defaultdict(Tree)
147
148def Add(tree, keys):
149 for key in keys:

Callers 1

GenerateGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected