MCPcopy
hub / github.com/budtmo/docker-android / wait_until_ready

Method wait_until_ready

cli/src/device/__init__.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 self.set_status(DEVICE.STATUS_STARTING)
114
115 def wait_until_ready(self) -> None:
116 self.set_status(DEVICE.STATUS_BOOTING)
117
118 def reconfigure(self) -> None:
119 self.set_status(DEVICE.STATUS_RECONFIGURING)

Callers 1

start_deviceFunction · 0.45

Calls 1

set_statusMethod · 0.95

Tested by

no test coverage detected