MCPcopy Create free account
hub / github.com/dask/dask / _key_array

Method _key_array

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__dask_keys__Method · 0.95

Tested by

no test coverage detected