(self)
| 442 | return self.isOperational() and not self.isBusy() and self._state != self.STATE_NOT_READY_TO_PRINT |
| 443 | |
| 444 | def isCameraConnected(self): |
| 445 | return cameraManager().isCameraConnected() |
| 446 | |
| 447 | def isSdReady(self): |
| 448 | return False |
no test coverage detected