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

Method _onPrintDone

src/astroprint/plugin/services/printer.py:527–530  ·  view source on GitHub ↗
(self,event,value)

Source from the content-addressed store, hash-verified

525 self.publishEvent('printing_state_changed',data)
526
527 def _onPrintDone(self,event,value):
528 data = value
529 data['state'] = 'done'
530 self.publishEvent('printing_state_changed', data)
531
532 def _onPrintFailed(self,event,value):
533 data = value

Callers

nothing calls this directly

Calls 1

publishEventMethod · 0.80

Tested by

no test coverage detected