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

Function backend

xarray/tests/conftest.py:36–37  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

34
35@pytest.fixture(params=["numpy", pytest.param("dask", marks=requires_dask)])
36def backend(request):
37 return request.param
38
39
40@pytest.fixture(params=["numbagg", "bottleneck", None])

Callers 1

build_enginesFunction · 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…