Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reset
Method · 0.95
_setProgressData
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected