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

Method _to_temp_dataset

xarray/core/dataarray.py:586–587  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

584 )
585
586 def _to_temp_dataset(self) -> Dataset:
587 return self._to_dataset_whole(name=_THIS_ARRAY, shallow_copy=False)
588
589 def _from_temp_dataset(
590 self, dataset: Dataset, name: Hashable | Default | None = _default

Callers 15

from_irisFunction · 0.95
drop_encodingMethod · 0.95
__dask_graph__Method · 0.95
__dask_keys__Method · 0.95
__dask_layers__Method · 0.95
__dask_optimize__Method · 0.95
__dask_scheduler__Method · 0.95
__dask_postcompute__Method · 0.95
__dask_postpersist__Method · 0.95
loadMethod · 0.95
load_asyncMethod · 0.95
persistMethod · 0.95

Calls 1

_to_dataset_wholeMethod · 0.95

Tested by 3

test_format_xindexesFunction · 0.76