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

Method setProgress

src/astroprint/printer/__init__.py:962–964  ·  view source on GitHub ↗
(self, progress)

Source from the content-addressed store, hash-verified

960 self._changeEvent.set()
961
962 def setProgress(self, progress):
963 self._progress = progress
964 self._changeEvent.set()
965
966 def setTempOffsets(self, offsets):
967 self._offsets = offsets

Callers 2

resetMethod · 0.95
_setProgressDataMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected