MCPcopy
hub / github.com/dask/dask / test_task_label

Function test_task_label

dask/tests/test_dot.py:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52def test_task_label():
53 assert task_label((partial(add, 1), 1)) == "add"
54 assert task_label((add, 1)) == "add"
55 assert task_label((add, (add, 1, 2))) == "add(...)"
56
57
58def test_label():

Callers

nothing calls this directly

Calls 1

task_labelFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…