Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ get_array
Method
get_array
xarray/tests/test_dataset.py:247–248 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
245
self.dtype = array.dtype
246
247
def
get_array(self):
248
return
self.array
249
250
def
__getitem__(self, key):
251
return
self.array[key.tuple]
Callers
5
test_everything_plotted
Method · 0.45
test_dont_infer_interval_breaks_for_cartopy
Method · 0.45
test_normalize_rgb_imshow
Method · 0.45
test_imshow_rgb_values_in_valid_range
Method · 0.45
test_plot_transposes_properly
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected