Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ dtype
Method
dtype
xarray/backends/pydap_.py:47–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
46
@property
47
def
dtype(self):
48
return
self.array.dtype
49
50
def
__getitem__(self, key):
51
return
indexing.explicit_indexing_adapter(
Callers
8
open_store_variable
Method · 0.45
prepare_variable
Method · 0.45
_infer_dtype
Function · 0.45
ensure_dtype_not_object
Function · 0.45
open_store_variable
Method · 0.45
prepare_variable
Method · 0.45
decode
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected