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

Method __init__

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

Source from the content-addressed store, hash-verified

36 """An EntryNotFoundError is raised when an entry is searched for in the eeprom map, but not found.
37 """
38 def __init__(self, value):
39 self.value = value
40
41
42class ToolheadSubMapError(EepromError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected