MCPcopy 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
16def _del(k):
17 return delitem, k
18
19
20def _run_operation(obj, fun, *args):

Callers 1

test_hash_map.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected