MCPcopy 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
82def 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
90def test_preorder_traversal():

Callers

nothing calls this directly

Calls 2

istaskFunction · 0.90
fFunction · 0.70

Tested by

no test coverage detected