Beispiel #1
0
 def _merge_debug(data, path):
     """ Use NamedTreeNodeDebug magic """
     node_cls = tree.get_named_tree_cls(path, mux.MuxTreeNodeDebug)
     tmp = _create_from_yaml(path, node_cls)
     if tmp:
         data.merge(tmp)
Beispiel #2
0
 def _merge_debug(data, path):
     """ Use NamedTreeNodeDebug magic """
     node_cls = tree.get_named_tree_cls(path)
     tmp = _create_from_yaml(path, node_cls)
     if tmp:
         data.merge(tmp)