MCPcopy 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_variableMethod · 0.45
prepare_variableMethod · 0.45
_infer_dtypeFunction · 0.45
ensure_dtype_not_objectFunction · 0.45
open_store_variableMethod · 0.45
prepare_variableMethod · 0.45
decodeMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected