Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ curry
Function
curry
dask/tests/test_task_spec.py:371–372 ·
view source on GitHub ↗
(func, *args, **kwargs)
Source
from the content-addressed store, hash-verified
369
370
def
test_parse_curry():
371
def
curry(func, *args, **kwargs):
372
return
func(*args, **kwargs) +
"c"
373
374
dsk = {
375
"key-1"
: (curry, func,
"a"
,
"b"
),
Callers
2
fold
Method · 0.85
test_tokenize_composite_functions
Function · 0.85
Calls
1
func
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…