imas.util.print_tree

imas.util.print_tree(structure, hide_empty_nodes=True)

Print the full tree of an IDS or IDS structure.

Caution

With hide_empty_nodes set to True, lazy-loaded IDSs will only show loaded nodes.

Parameters:
structure

IDS structure to print

hide_empty_nodes=True

Show or hide nodes without value.


Last update: 2026-01-28