(self, text, seconds=2.0)
| 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) |
no test coverage detected