MCPcopy Index your code
hub / github.com/pydata/xarray / data_vars

Method data_vars

xarray/core/datatree.py:1510–1512  ·  view source on GitHub ↗

Dictionary of DataArray objects corresponding to data variables

(self)

Source from the content-addressed store, hash-verified

1508
1509 @property
1510 def data_vars(self) -> DataVariables:
1511 """Dictionary of DataArray objects corresponding to data variables"""
1512 return DataVariables(self.to_dataset())
1513
1514 def isomorphic(self, other: DataTree) -> bool:
1515 """

Callers

nothing calls this directly

Calls 2

to_datasetMethod · 0.95
DataVariablesClass · 0.90

Tested by

no test coverage detected