MCPcopy 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
370def 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

foldMethod · 0.85

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…