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

Method __init__

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

Source from the content-addressed store, hash-verified

122 without resetting the state of the machine.
123 """
124 def __init__(self, value):
125 self.value = value
126
127 def __str__(self):
128 return str(self.value) # This returns a str of the value because

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected