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

Method __init__

src/ext/makerbot_driver/errors.py:16–20  ·  view source on GitHub ↗
(self, actual, expected)

Source from the content-addressed store, hash-verified

14 are potentially recoverable.
15 """
16 def __init__(self, actual, expected):
17 self.value = {
18 'ExpectedValue': expected,
19 'ActualValue': actual,
20 }
21
22 def __str__(self):
23 return str(self.value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected