Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ DecompressionSizeException
Class
DecompressionSizeException
src/helper_msgcoding.py:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
32
class
DecompressionSizeException(MsgDecodeException):
33
def
__init__(self, size):
34
self.size = size
35
36
37
class
MsgEncode(object):
Callers
1
decodeExtended
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected