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

Method __init__

xarray/core/indexing.py:966–967  ·  view source on GitHub ↗
(self, array)

Source from the content-addressed store, hash-verified

964 __slots__ = ("array",)
965
966 def __init__(self, array):
967 self.array = _wrap_numpy_scalars(as_indexable(array))
968
969 def get_duck_array(self):
970 duck_array = self.array.get_duck_array()

Callers

nothing calls this directly

Calls 2

as_indexableFunction · 0.90
_wrap_numpy_scalarsFunction · 0.85

Tested by

no test coverage detected