postorder_depth_first_search# brainglobe_atlasapi.structure_tree_util.postorder_depth_first_search(tree: Tree) → Generator[Node, None, None][source]# Yield nodes in post-order depth first traversal (leaves first).