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

Method get_array

xarray/backends/zarr.py:269–270  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

267 self.dtype = dtype
268
269 def get_array(self):
270 return self._array
271
272 def _oindex(self, key):
273 return self._array.oindex[key]

Callers 1

legend_elementsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected