Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ dtype
Method
dtype
xarray/tests/arrays.py:164–165 ·
view source on GitHub ↗
(self: Any)
Source
from the content-addressed store, hash-verified
162
163
@property
164
def
dtype(self: Any) -> np.dtype:
165
return
self._array.dtype
166
167
@property
168
def
shape(self: Any) -> tuple[int, ...]:
Callers
15
test_maybe_promote
Function · 0.45
create_dataset
Method · 0.45
test_map_blocks_roundtrip_string_index
Function · 0.45
test_argmin_max
Function · 0.45
test_range_index_dtype
Function · 0.45
test_groupby_bins_datetime_mean
Function · 0.45
test_groupby_bins_mean_time_series
Function · 0.45
result_type
Function · 0.45
test_repr_multiindex
Method · 0.45
__init__
Method · 0.45
test_properties
Method · 0.45
test_coords_properties
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_maybe_promote
Function · 0.36
create_dataset
Method · 0.36
test_map_blocks_roundtrip_string_index
Function · 0.36
test_argmin_max
Function · 0.36
test_range_index_dtype
Function · 0.36
test_groupby_bins_datetime_mean
Function · 0.36
test_groupby_bins_mean_time_series
Function · 0.36
test_repr_multiindex
Method · 0.36
__init__
Method · 0.36
test_properties
Method · 0.36
test_coords_properties
Method · 0.36
test_data_vars_properties
Method · 0.36