Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_decode_cf_datetime_dtype
Function · 0.45
_infer_time_units_from_diff
Function · 0.45
infer_calendar_name
Function · 0.45
_lazily_encode_cf_datetime
Function · 0.45
_lazily_encode_cf_timedelta
Function · 0.45
resolve_time_unit_from_attrs_dtype
Function · 0.45
decode
Method · 0.45
dtype
Method · 0.45
_convert_unsigned_fill_value
Function · 0.45
_encode_unsigned_fill_value
Function · 0.45
encode
Method · 0.45
_choose_float_dtype
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected