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

Method doConnect

src/astroprint/printer/plugin/__init__.py:65–66  ·  view source on GitHub ↗
(self, port, baudrate)

Source from the content-addressed store, hash-verified

63 return self._plugin.fileManagerClass
64
65 def doConnect(self, port, baudrate):
66 return self._plugin.connect(port, baudrate)
67
68 def doDisconnect(self):
69 return self._plugin.disconnect()

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected