Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_from_array_0d_object
Method · 0.45
test_from_array_0d_datetime
Method · 0.45
test_duck_array_class
Method · 0.45
test_new_namedarray
Method · 0.45
test_replace_namedarray
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected