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

Method __init__

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

Source from the content-addressed store, hash-verified

57 """A SubMapReadError is raised when the user attempts to read a SubMap
58 """
59 def __init__(self, value):
60 self.value = value
61
62class MissingEepromMapError(EepromError):
63 """Thrown when an Eeprom Map cant be found in the given directory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected