Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ build_args
Function
build_args
dask/bag/core.py:2303–2304 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
2301
if
bag_kwargs:
2302
2303
def
build_args(n):
2304
return
[TaskRef((a.name, n))
if
isinstance(a, Bag)
else
a
for
a in args2]
2305
2306
def
build_bag_kwargs(n) -> dict:
2307
if
not bag_kwargs:
Callers
1
map_partitions
Function · 0.85
Calls
1
TaskRef
Class · 0.90
Tested by
no test coverage detected