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

Method __init__

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

Source from the content-addressed store, hash-verified

211 A parameter error is thrown when an incorrect parameter is passed into an s3g function (i.e. incorrect button name, etc)
212 """
213 def __init__(self, value):
214 self.value = value
215
216 def __str__(self):
217 return str(self.value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected