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

Method __init__

src/ext/makerbot_driver/Gcode/errors.py:8–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6 Gcode errrors are raised when the gcode parser encounters an invalid line
7 """
8 def __init__(self):
9 self.values = {}
10
11 def __str__(self):
12 returnStr = ''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected