MCPcopy 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
12def _set(k, v):
13 return setitem, k, v
14
15
16def _del(k):

Callers 1

test_hash_map.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected