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

Method store

dask/array/core.py:1793–1794  ·  view source on GitHub ↗
(self, target, **kwargs)

Source from the content-addressed store, hash-verified

1791
1792 @wraps(store)
1793 def store(self, target, **kwargs):
1794 return store([self], [target], **kwargs)
1795
1796 def to_svg(self, size=500):
1797 """Convert chunks from Dask Array into an SVG Image

Callers 12

to_zarrFunction · 0.80
to_tiledbFunction · 0.80
test_store_kwargsFunction · 0.80
test_store_locksFunction · 0.80
test_store_method_returnFunction · 0.80
test_memmapFunction · 0.80
test_store_kwargsFunction · 0.80

Calls 1

storeFunction · 0.85

Tested by 10

test_store_kwargsFunction · 0.64
test_store_locksFunction · 0.64
test_store_method_returnFunction · 0.64
test_memmapFunction · 0.64
test_store_kwargsFunction · 0.64