MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / UnhashableKeyException

Class UnhashableKeyException

src/fallback/umsgpack/umsgpack.py:176–181  ·  view source on GitHub ↗

Unhashable key encountered during map unpacking. The serialized map cannot be deserialized into a Python dictionary.

Source from the content-addressed store, hash-verified

174
175
176class UnhashableKeyException(UnpackException):
177 """
178 Unhashable key encountered during map unpacking.
179 The serialized map cannot be deserialized into a Python dictionary.
180 """
181 pass
182
183
184class DuplicateKeyException(UnpackException):

Callers 1

_unpack_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected