MCPcopy 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
32class DecompressionSizeException(MsgDecodeException):
33 def __init__(self, size):
34 self.size = size
35
36
37class MsgEncode(object):

Callers 1

decodeExtendedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected