Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dronekit/dronekit-python
/ __delitem__
Method
__delitem__
dronekit/__init__.py:743–745 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
741
self._send()
742
743
def
__delitem__(self, key):
744
dict.__delitem__(self, str(key))
745
self._send()
746
747
def
__len__(self):
748
return
self._count
Callers
nothing calls this directly
Calls
2
_send
Method · 0.95
__delitem__
Method · 0.45
Tested by
no test coverage detected