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

Method _sendAddLogCallbacks

src/astroprint/printer/__init__.py:319–322  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

317 except: pass
318
319 def _sendAddLogCallbacks(self, data):
320 for callback in self._callbacks:
321 try: callback.addLog(data)
322 except: pass
323
324 def _sendAddMessageCallbacks(self, data):
325 for callback in self._callbacks:

Callers

nothing calls this directly

Calls 1

addLogMethod · 0.45

Tested by

no test coverage detected