MCPcopy
hub / github.com/dask/dask / test_flatten

Function test_flatten

dask/tests/test_core.py:203–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201
202
203def test_flatten():
204 assert list(flatten(())) == []
205 assert list(flatten("foo")) == ["foo"]
206
207
208def test_subs():

Callers

nothing calls this directly

Calls 1

flattenFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…