MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / error

Method error

PythonAPI/examples/manual_control_rss.py:511–512  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

509 self._notifications.set_text(text, seconds=seconds)
510
511 def error(self, text):
512 self._notifications.set_text('Error: %s' % text, (255, 0, 0))
513
514 def render(self, display):
515 if self._show_info:

Callers

nothing calls this directly

Calls 1

set_textMethod · 0.45

Tested by

no test coverage detected