MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / notification

Method notification

scenario_runner/no_rendering_mode.py:311–312  ·  view source on GitHub ↗
(self, text, seconds=2.0)

Source from the content-addressed store, hash-verified

309 self._info_text = {}
310
311 def notification(self, text, seconds=2.0):
312 self._notifications.set_text(text, seconds=seconds)
313
314 def tick(self, clock):
315 self._notifications.tick(clock)

Callers 3

restartMethod · 0.80
startMethod · 0.80
_parse_eventsMethod · 0.80

Calls 1

set_textMethod · 0.80

Tested by

no test coverage detected