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

Method __init__

src/ext/makerbot_driver/EEPROM/errors.py:5–6  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

3 Super class for Eeprom Errors
4 """
5 def __init__(self, value):
6 self.value = value
7
8class NonTerminatedStringError(EepromError):
9 """NonTerminatedStringErrors are raised when a string is parsed that does not have a null-terminator on it

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected