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

Method __init__

src/astroprint/plugin/services/camera.py:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 ]
18
19 def __init__(self):
20 super(CameraService, self).__init__()
21 self._eventManager.subscribe(Events.LOCAL_VIDEO_STREAMING_STOPPED, self.OnLocalVideoStreamingStopped)
22
23 #EVENTS
24

Callers

nothing calls this directly

Calls 1

subscribeMethod · 0.45

Tested by

no test coverage detected