Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_istask
Function
test_istask
dask/tests/test_core.py:82–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
81
82
def
test_istask():
83
assert istask((inc, 1))
84
assert not istask(1)
85
assert not istask((1, 2))
86
f = namedtuple(
"f"
, [
"x"
,
"y"
])
87
assert not istask(f(sum, 2))
88
89
90
def
test_preorder_traversal():
Callers
nothing calls this directly
Calls
2
istask
Function · 0.90
f
Function · 0.70
Tested by
no test coverage detected