Treeform.tree_from_dict
- Treeform.tree_from_dict(data)[source]
Create a tree structure from a dictionary.
- Parameters:
- datadict
Dictionary containing the hierarchical data to convert to a tree.
- Returns:
- Tree
A new Tree object representing the dictionary structure.