Skip to main content
Version: Main branch

tree

superduper.misc.tree

Source code

dict_to_tree​

dict_to_tree(dictionary,
root: str = 'root',
tree=None)
ParameterDescription
dictionaryInput dict
rootName of root
treeIgnore

Convert a dictionary to a rich.Tree.