Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitmessage/PyBitmessage
/ DuplicateKeyException
Class
DuplicateKeyException
src/fallback/umsgpack/umsgpack.py:184–186 ·
view source on GitHub ↗
Duplicate key encountered during map unpacking.
Source
from the content-addressed store, hash-verified
182
183
184
class
DuplicateKeyException(UnpackException):
185
"Duplicate key encountered during map unpacking."
186
pass
187
188
189
# Backwards compatibility
Callers
1
_unpack_map
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected