MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / update

Method update

python/ctrlboard/src/menu/menu_controller.py:144–146  ·  view source on GitHub ↗

Updates the menu / draws the screen if necessary.

(self)

Source from the content-addressed store, hash-verified

142 time.sleep(sleep)
143
144 def update(self):
145 """Updates the menu / draws the screen if necessary."""
146 self._menu_renderer.update()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected