MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / _Item

Class _Item

data_structures/hashing/hash_map.py:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19@dataclass(slots=True)
20class _Item[KEY, VAL]:
21 key: KEY
22 val: VAL
23
24
25class _DeletedItem(_Item):

Callers 1

_try_setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected