datatree.DataTree.subtree

Contents

Attention

This repository has been archived. Please use xarray.DataTree instead.

datatree.DataTree.subtree#

property DataTree.subtree: Iterator[Tree]#

An iterator over all nodes in this tree, including both self and all descendants.

Iterates depth-first.