Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ setJobData
Method
setJobData
src/astroprint/printer/__init__.py:958–960 ·
view source on GitHub ↗
(self, jobData)
Source
from the content-addressed store, hash-verified
956
self._changeEvent.set()
957
958
def
setJobData(self, jobData):
959
self._jobData = jobData
960
self._changeEvent.set()
961
962
def
setProgress(self, progress):
963
self._progress = progress
Callers
2
reset
Method · 0.95
_setJobData
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected