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

Method __init__

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

Source from the content-addressed store, hash-verified

182 implementing the protocol correctly.
183 """
184 def __init__(self, value):
185 self.value = value
186
187 def __str__(self):
188 return str(self.value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected