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

Function test_store_time

dask/diagnostics/tests/test_progress.py:132–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131
132def test_store_time():
133 p = ProgressBar()
134 with p:
135 get_threaded({"x": 1}, "x")
136
137 assert isinstance(p.last_duration, float)

Callers

nothing calls this directly

Calls 1

ProgressBarClass · 0.90

Tested by

no test coverage detected