Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ __delitem__
Method
__delitem__
AVL.py:188–189 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
186
raise
KeyError(
'Error, key not in tree'
)
187
188
def
__delitem__(self, key):
189
self.delete(key)
190
191
def
spliceOut(self):
192
if
self.isLeaf():
Callers
nothing calls this directly
Calls
1
delete
Method · 0.95
Tested by
no test coverage detected