MCPcopy 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
184class DuplicateKeyException(UnpackException):
185 "Duplicate key encountered during map unpacking."
186 pass
187
188
189# Backwards compatibility

Callers 1

_unpack_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected