MCPcopy 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

146def Tree(): return defaultdict(Tree)
147
148def Add(tree, keys):
149 for key in keys:
150 tree = tree[key]
151
152def PrettyPrint(tree, level=0):
153 '''

Callers 1

MakeModuleTreeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected