Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
109
def
_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_mappers
Function · 0.85
__init__
Method · 0.85
_async_getitem
Method · 0.85
_get_zarr_dims_and_attrs
Function · 0.85
extract_zarr_variable_encoding
Function · 0.85
open_store_variable
Method · 0.85
store
Method · 0.85
_open_existing_array
Method · 0.85
_create_new_array
Method · 0.85
set_variables
Method · 0.85
_get_open_params
Function · 0.85
Calls
1
module_available
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…