Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ _set
Function
_set
data_structures/hashing/tests/test_hash_map.py:12–13 ·
view source on GitHub ↗
(k, v)
Source
from the content-addressed store, hash-verified
10
11
12
def
_set(k, v):
13
return
setitem, k, v
14
15
16
def
_del(k):
Callers
1
test_hash_map.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected