MCPcopy
hub / github.com/pydata/xarray / values

Method values

xarray/core/variable.py:553–555  ·  view source on GitHub ↗

The variable's data as a numpy.ndarray

(self)

Source from the content-addressed store, hash-verified

551
552 @property
553 def values(self) -> np.ndarray:
554 """The variable's data as a numpy.ndarray"""
555 return _as_array_or_item(self._data)
556
557 @values.setter
558 def values(self, values):

Callers 15

_tree_item_countFunction · 0.45
_build_datatree_displaysFunction · 0.45
children_sectionFunction · 0.45
dataset_to_dataarrayFunction · 0.45
subset_dataset_to_blockFunction · 0.45
map_blocksFunction · 0.45
childrenMethod · 0.45
subtreeMethod · 0.45
__nextMethod · 0.45
loadMethod · 0.45
load_asyncMethod · 0.45

Calls 1

_as_array_or_itemFunction · 0.85

Tested by

no test coverage detected