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

Method __init__

src/ext/makerbot_driver/FileReader/errors.py:38–39  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

36 Bad data was found when decoding a command.
37 """
38 def __init__(self, command):
39 self.command = command
40
41 def __str__(self):
42 return repr(self.command)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected