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

Function test_iterate_nested

xarray/tests/test_utils.py:380–381  ·  view source on GitHub ↗
(nested_list, expected)

Source from the content-addressed store, hash-verified

378 ],
379)
380def test_iterate_nested(nested_list, expected):
381 assert list(iterate_nested(nested_list)) == expected
382
383
384def test_find_stack_level():

Callers

nothing calls this directly

Calls 1

iterate_nestedFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…