datatree.DataTree.variables#

property DataTree.variables: Mapping[Hashable, xarray.core.variable.Variable]#

Low level interface to node contents as dict of Variable objects.

This ordered dictionary is frozen to prevent mutation that could violate Dataset invariants. It contains all variable objects constituting this DataTree node, including both data variables and coordinates.