MCPcopy
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
86def unpack_callbacks(cbs):

Callers 3

test_registerFunction · 0.80
test_registerFunction · 0.80

Calls 1

removeMethod · 0.80

Tested by 3

test_registerFunction · 0.64
test_registerFunction · 0.64