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

Method state_data

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

random_state_dataFunction · 0.90

Tested by

no test coverage detected