MCPcopy
hub / github.com/dask/dask / state_data

Method state_data

dask/array/_array_expr/random.py:1016–1017  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1014
1015 @cached_property
1016 def state_data(self):
1017 return random_state_data(len(self.sizes), self._state)
1018
1019 @cached_property
1020 def _meta(self):

Callers

nothing calls this directly

Calls 1

random_state_dataFunction · 0.90

Tested by

no test coverage detected