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

Method _createSocketConnection

src/octoprint/server/__init__.py:596–598  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

594 logger.info('Good Bye!')
595
596 def _createSocketConnection(self, session):
597 global userManager, eventManager
598 return PrinterStateConnection(userManager, eventManager, session)
599
600 def _checkForRoot(self):
601 return

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected