MCPcopy Index your code
hub / github.com/dask/dask / raise_exception

Function raise_exception

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

Source from the content-addressed store, hash-verified

2425
2426 @dask.delayed
2427 def raise_exception():
2428 raise RuntimeError()
2429
2430 tasks = [raise_exception()]
2431 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…