tree
superduper.misc.tree
dict_to_tree
​
dict_to_tree(dictionary,
root: str = 'root',
tree=None)
Parameter | Description |
---|---|
dictionary | Input dict |
root | Name of root |
tree | Ignore |
Convert a dictionary to a rich.Tree
.
superduper.misc.tree
dict_to_tree
​dict_to_tree(dictionary,
root: str = 'root',
tree=None)
Parameter | Description |
---|---|
dictionary | Input dict |
root | Name of root |
tree | Ignore |
Convert a dictionary to a rich.Tree
.