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

Function gen

dask/tests/test_expr.py:133–134  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

131 ) as client:
132
133 def gen(i):
134 return pd.DataFrame({"A": [i]}, index=[i])
135
136 futures = [client.submit(gen, i) for i in range(3)]
137

Callers 2

test_refcounting_futuresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected