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

Method __init__

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

Source from the content-addressed store, hash-verified

43 """A ToolheadSubmapError is raised when a we try to lookup a toolhead eeprom value with a sub_map name that is not toolhead_eeprom_offset
44 """
45 def __init__(self, value):
46 self.value = value
47
48
49class SubMapNotFoundError(EepromError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected