MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / __init__

Method __init__

src/ext/makerbot_driver/errors.py:71–77  ·  view source on GitHub ↗
(self, data_length, decoder_state)

Source from the content-addressed store, hash-verified

69 Signifies that a packet has taken too long to be received
70 """
71 def __init__(self, data_length, decoder_state):
72 self.data_length = data_length
73 self.decoder_state = decoder_state
74 self.value = {
75 'DATA LENGTH': self.data_length,
76 'DECODER STATE': self.decoder_state
77 }
78
79
80class BufferOverflowError(Exception):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected