(self, event=None)
| 1443 | return super().rmenu_check_paste() |
| 1444 | |
| 1445 | def squeeze_current_text_event(self, event=None): |
| 1446 | self.squeezer.squeeze_current_text() |
| 1447 | self.shell_sidebar.update_sidebar() |
| 1448 | |
| 1449 | def on_squeezed_expand(self, index, text, tags): |
| 1450 | self.shell_sidebar.update_sidebar() |
nothing calls this directly
no test coverage detected