MCPcopy
hub / github.com/dask/dask / counter_func

Function counter_func

dask/tests/test_task_spec.py:812–814  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

810 counter = []
811
812 def counter_func(a, b):
813 counter.append(None)
814 return func(a, b)
815
816 a = Task("key-1", counter_func, "a", "a")
817 b = Task("key-2", func2, a.ref(), "b")

Callers

nothing calls this directly

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…