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

Method currentPrintJobId

src/astroprint/printer/__init__.py:119–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117
118 @property
119 def currentPrintJobId(self):
120 return self._currentPrintJobId
121
122 @property
123 def shuttingDown(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected