Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ _del
Function
_del
data_structures/hashing/tests/test_hash_map.py:16–17 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
14
15
16
def
_del(k):
17
return
delitem, k
18
19
20
def
_run_operation(obj, fun, *args):
Callers
1
test_hash_map.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected