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