Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
203
def
test_flatten():
204
assert list(flatten(())) == []
205
assert list(flatten(
"foo"
)) == [
"foo"
]
206
207
208
def
test_subs():
Callers
nothing calls this directly
Calls
1
flatten
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…