MCPcopy Create free account
hub / github.com/dask/dask / test_args

Function test_args

dask/tests/test_rewrite.py:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def test_args():
19 assert args((inc, 1)) == (1,)
20 assert args((add, 1, 2)) == (1, 2)
21 assert args(1) == ()
22 assert args([1, 2, 3]) == [1, 2, 3]
23
24
25def test_traverser():

Callers

nothing calls this directly

Calls 1

argsFunction · 0.90

Tested by

no test coverage detected