MCPcopy
hub / github.com/dask/dask / warn

Function warn

dask/tests/test_threaded.py:258–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 warm_up_thread_pool(num_workers)
257
258 def warn():
259 warnings.warn("Hello world", RuntimeWarning, stacklevel=2)
260
261 with warnings.catch_warnings(record=True) as w:
262 warnings.simplefilter("always")

Callers 6

get_contextFunction · 0.85
getFunction · 0.85
to_hdfFunction · 0.85
read_pandasFunction · 0.85
to_csvFunction · 0.85
_balance_chunksizesFunction · 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…