(self, event)
| 460 | guiEvent=event)._process() |
| 461 | |
| 462 | def key_release(self, event): |
| 463 | KeyEvent("key_release_event", self, |
| 464 | self._get_key(event), *self._event_mpl_coords(event), |
| 465 | guiEvent=event)._process() |
| 466 | |
| 467 | def new_timer(self, *args, **kwargs): |
| 468 | # docstring inherited |
nothing calls this directly
no test coverage detected