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

Function raise_exception

dask/dataframe/tests/test_dataframe.py:2429–2430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2427
2428 @dask.delayed
2429 def raise_exception():
2430 raise RuntimeError()
2431
2432 tasks = [raise_exception()]
2433 ddf = dd.from_delayed(tasks, meta=dict(a=float))

Callers 2

get_asyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected