Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
20
class
_Item[KEY, VAL]:
21
key: KEY
22
val: VAL
23
24
25
class
_DeletedItem(_Item):
Callers
1
_try_set
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected