(self)
| 218 | return self._plugin.conectionError |
| 219 | |
| 220 | def isBusy(self): |
| 221 | return self._plugin.printing or self._plugin.paused |
| 222 | |
| 223 | def isPrinting(self): |
| 224 | return self._plugin.printing |
nothing calls this directly
no outgoing calls
no test coverage detected