MCPcopy
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_promoteFunction · 0.45
create_datasetMethod · 0.45
test_argmin_maxFunction · 0.45
test_range_index_dtypeFunction · 0.45
result_typeFunction · 0.45
test_repr_multiindexMethod · 0.45
__init__Method · 0.45
test_propertiesMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_maybe_promoteFunction · 0.36
create_datasetMethod · 0.36
test_argmin_maxFunction · 0.36
test_range_index_dtypeFunction · 0.36
test_repr_multiindexMethod · 0.36
__init__Method · 0.36
test_propertiesMethod · 0.36