Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ unregister
Method
unregister
dask/callbacks.py:82–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
Callback.active.add(self._callback)
81
82
def
unregister(self) -> None:
83
Callback.active.remove(self._callback)
84
85
86
def
unpack_callbacks(cbs):
Callers
3
test_resource_profiler_multiple_gets
Function · 0.80
test_register
Function · 0.80
test_register
Function · 0.80
Calls
1
remove
Method · 0.80
Tested by
3
test_resource_profiler_multiple_gets
Function · 0.64
test_register
Function · 0.64
test_register
Function · 0.64