Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ toggle_info
Method
toggle_info
PythonAPI/examples/manual_control_rss.py:505–506 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
503
self._info_text.append(
'% 4dm %s'
% (d, vehicle_type))
504
505
def
toggle_info(self):
506
self._show_info = not self._show_info
507
508
def
notification(self, text, seconds=2.0):
509
self._notifications.set_text(text, seconds=seconds)
Callers
1
parse_events
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected