Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __delitem__
Method
__delitem__
dask/_task_spec.py:1036–1038 ·
view source on GitHub ↗
(self, key: Any)
Source
from the content-addressed store, hash-verified
1034
return
iter(self.dsk)
1035
1036
def
__delitem__(self, key: Any) -> None:
1037
self._cache.clear()
1038
self._removed.add(key)
1039
1040
def
__setitem__(self, key: Any, value: Any) -> None:
1041
raise
NotImplementedError
Callers
nothing calls this directly
Calls
2
clear
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected