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

Method _to_dense

xarray/core/variable.py:2820–2822  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2818 return self.copy(deep=False)
2819
2820 def _to_dense(self):
2821 # Dummy
2822 return self.copy(deep=False)
2823
2824 def _finalize_indexing_result(self, dims, data):
2825 if getattr(data, "ndim", 0) != 1:

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected