Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
def
func(*args):
46
try
:
47
return
"-"
.join(args)
48
except
TypeError:
49
return
"-"
.join(map(str, args))
50
51
52
def
func2(*args):
Callers
10
test_convert_legacy_dsk
Function · 0.70
test_task_executable
Function · 0.70
test_reference_remote
Function · 0.70
test_reference_remote_twice_same
Function · 0.70
test_reference_remote_twice_different
Function · 0.70
test_task_nested
Function · 0.70
curry
Function · 0.70
test_fuse_tasks
Function · 0.70
counter_func
Function · 0.70
test_fused_ensure_only_executed_once
Function · 0.70
Calls
1
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…