Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_async
Function · 0.85
test_from_delayed_lazy_if_meta_provided
Function · 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…