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

Method reconfigure

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

Source from the content-addressed store, hash-verified

116 self.set_status(DEVICE.STATUS_BOOTING)
117
118 def reconfigure(self) -> None:
119 self.set_status(DEVICE.STATUS_RECONFIGURING)
120
121 def keep_alive(self) -> None:
122 self.set_status(DEVICE.STATUS_READY)

Callers 1

start_deviceFunction · 0.80

Calls 1

set_statusMethod · 0.95

Tested by

no test coverage detected