MCPcopy Index your code
hub / github.com/pydata/xarray / dtype

Method dtype

xarray/tests/test_namedarray.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48 @property
49 def dtype(self) -> _DType_co:
50 return self.array.dtype
51
52 @property
53 def shape(self) -> _Shape:

Callers 5

test_duck_array_classMethod · 0.45
test_new_namedarrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected