Updates the menu / draws the screen if necessary.
(self)
| 142 | time.sleep(sleep) |
| 143 | |
| 144 | def update(self): |
| 145 | """Updates the menu / draws the screen if necessary.""" |
| 146 | self._menu_renderer.update() |
nothing calls this directly
no outgoing calls
no test coverage detected