MCPcopy
hub / github.com/dask/dask / _zarr_v3

Function _zarr_v3

dask/array/core.py:3728–3734  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3726
3727@lru_cache
3728def _zarr_v3() -> bool:
3729 try:
3730 import zarr
3731 except ImportError:
3732 return False
3733 else:
3734 return Version(zarr.__version__).major >= 3
3735
3736
3737def from_zarr(

Callers 2

_setup_zarr_storeFunction · 0.85
to_zarrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…