(self)
| 1252 | self._autopilot_enabled = False |
| 1253 | |
| 1254 | def start(self): |
| 1255 | hud = module_manager.get_module(MODULE_HUD) |
| 1256 | hud.notification("Press 'H' or '?' for help.", seconds=4.0) |
| 1257 | |
| 1258 | def render(self, display): |
| 1259 | pass |
nothing calls this directly
no test coverage detected