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

Method __init__

src/ext/makerbot_driver/MachineFactory.py:121–123  ·  view source on GitHub ↗

build a machine Inqusitor for an exact port

(self, portname)

Source from the content-addressed store, hash-verified

119
120class MachineInquisitor(object):
121 def __init__(self, portname):
122 """ build a machine Inqusitor for an exact port"""
123 self._portname = portname
124
125 def create_s3g(self, condition):
126 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected