Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ _finish
Method
_finish
dask/cache.py:64–66 ·
view source on GitHub ↗
(self, dsk, state, errored)
Source
from the content-addressed store, hash-verified
62
self.cache.put(key, value, cost=duration / nb / 1e9, nbytes=nb)
63
64
def
_finish(self, dsk, state, errored):
65
self.starttimes.clear()
66
self.durations.clear()
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected