MCPcopy Index your code
hub / github.com/pydata/xarray / _zarr_v3

Function _zarr_v3

xarray/backends/zarr.py:109–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108
109def _zarr_v3() -> bool:
110 return module_available("zarr", minversion="3")
111
112
113# need some special secret attributes to tell us the dimensions

Callers 11

_get_mappersFunction · 0.85
__init__Method · 0.85
_async_getitemMethod · 0.85
_get_zarr_dims_and_attrsFunction · 0.85
open_store_variableMethod · 0.85
storeMethod · 0.85
_open_existing_arrayMethod · 0.85
_create_new_arrayMethod · 0.85
set_variablesMethod · 0.85
_get_open_paramsFunction · 0.85

Calls 1

module_availableFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…