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

Function build_args

dask/bag/core.py:2315–2316  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

2313 if bag_kwargs:
2314
2315 def build_args(n):
2316 return [TaskRef((a.name, n)) if isinstance(a, Bag) else a for a in args2]
2317
2318 def build_bag_kwargs(n) -> dict:
2319 if not bag_kwargs:

Callers 1

map_partitionsFunction · 0.85

Calls 1

TaskRefClass · 0.90

Tested by

no test coverage detected