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

Method _as_sparse

xarray/core/variable.py:2816–2818  ·  view source on GitHub ↗
(self, sparse_format=_default, fill_value=_default)

Source from the content-addressed store, hash-verified

2814 return self.copy(deep=False)
2815
2816 def _as_sparse(self, sparse_format=_default, fill_value=_default):
2817 # Dummy
2818 return self.copy(deep=False)
2819
2820 def _to_dense(self):
2821 # Dummy

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected