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

Method __init__

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

Source from the content-addressed store, hash-verified

50 """A SubmapNotFoundError is raised when a submap isnt found in the main eeprom_offsets dictionary.
51 """
52 def __init__(self, value):
53 self.value = value
54
55
56class SubMapReadError(EepromError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected