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

Function test_infix_dims

xarray/tests/test_utils.py:274–276  ·  view source on GitHub ↗
(supplied, all_, expected)

Source from the content-addressed store, hash-verified

272 ],
273)
274def test_infix_dims(supplied, all_, expected):
275 result = list(infix_dims(supplied, all_))
276 assert result == expected
277
278
279@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

infix_dimsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…