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

Method dtype

xarray/coding/variables.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56
57 @property
58 def dtype(self) -> np.dtype:
59 return np.dtype(self.array.dtype.kind + str(self.array.dtype.itemsize))
60
61 def _oindex_get(self, key):
62 return type(self)(self.array.oindex[key])

Callers

nothing calls this directly

Calls 1

dtypeMethod · 0.45

Tested by

no test coverage detected