MCPcopy
hub / github.com/dask/dask / func

Function func

dask/tests/test_task_spec.py:45–49  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

43
44
45def func(*args):
46 try:
47 return "-".join(args)
48 except TypeError:
49 return "-".join(map(str, args))
50
51
52def func2(*args):

Callers 10

test_convert_legacy_dskFunction · 0.70
test_task_executableFunction · 0.70
test_reference_remoteFunction · 0.70
test_task_nestedFunction · 0.70
curryFunction · 0.70
test_fuse_tasksFunction · 0.70
counter_funcFunction · 0.70

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…