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

Method _chunks

dask/array/core.py:1531–1533  ·  view source on GitHub ↗

Non-public chunks property. Allows setting a chunk value.

(self)

Source from the content-addressed store, hash-verified

1529
1530 @property
1531 def _chunks(self):
1532 """Non-public chunks property. Allows setting a chunk value."""
1533 return self.__chunks
1534
1535 @_chunks.setter
1536 def _chunks(self, chunks):

Callers

nothing calls this directly

Calls 1

_reset_cacheMethod · 0.95

Tested by

no test coverage detected