MCPcopy Create free account
hub / github.com/dask/dask / constructor

Method constructor

dask/_task_spec.py:1002–1003  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1000
1001 @staticmethod
1002 def constructor(args):
1003 return dict(batched(args, 2, strict=True))
1004
1005
1006class DependenciesMapping(MutableMapping):

Callers

nothing calls this directly

Calls 1

batchedFunction · 0.85

Tested by

no test coverage detected