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

Method __init__

src/ext/makerbot_driver/MachineFactory.py:20–25  ·  view source on GitHub ↗
(self, profile_dir=None)

Source from the content-addressed store, hash-verified

18 and build the appropritae machine type/version/etc from that.
19 """
20 def __init__(self, profile_dir=None):
21 if profile_dir:
22 self.profile_dir = profile_dir
23 else:
24 self.profile_dir = os.path.join(
25 os.path.abspath(os.path.dirname(__file__)), 'profiles',)
26
27 def create_inquisitor(self, portname):
28 """

Callers

nothing calls this directly

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected