Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ error
Method
error
PythonAPI/examples/automatic_control.py:285–286 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
283
self._notifications.set_text(text, seconds=seconds)
284
285
def
error(self, text):
286
self._notifications.set_text(
'Error: %s'
% text, (255, 0, 0))
287
288
def
render(self, display):
289
if
self._show_info:
Callers
nothing calls this directly
Calls
1
set_text
Method · 0.45
Tested by
no test coverage detected