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

Method error

PythonAPI/examples/manual_control_steeringwheel.py:472–473  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

470 self._notifications.set_text(text, seconds=seconds)
471
472 def error(self, text):
473 self._notifications.set_text('Error: %s' % text, (255, 0, 0))
474
475 def render(self, display):
476 if self._show_info:

Callers

nothing calls this directly

Calls 1

set_textMethod · 0.45

Tested by

no test coverage detected