MCPcopy 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
8def _get(k):
9 return getitem, k
10
11
12def _set(k, v):

Callers 1

test_hash_map.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected