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

Method dtype

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

Source from the content-addressed store, hash-verified

100
101 @property
102 def dtype(self) -> np.dtype:
103 return np.dtype("bool")
104
105 def _oindex_get(self, key):
106 return type(self)(self.array.oindex[key])

Callers 15

infer_calendar_nameFunction · 0.45
decodeMethod · 0.45
dtypeMethod · 0.45
encodeMethod · 0.45
_choose_float_dtypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected