MCPcopy
hub / github.com/dask/dask / _key_array

Method _key_array

dask/array/core.py:1454–1455  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1452
1453 @cached_property
1454 def _key_array(self):
1455 return np.array(self.__dask_keys__(), dtype=object)
1456
1457 @cached_property
1458 def numblocks(self):

Callers

nothing calls this directly

Calls 1

__dask_keys__Method · 0.95

Tested by

no test coverage detected