(self, event)
| 161 | self.ok_command() |
| 162 | |
| 163 | def files_select_event(self, event): |
| 164 | file = self.files.get('active') |
| 165 | self.set_selection(file) |
| 166 | |
| 167 | def ok_event(self, event): |
| 168 | self.ok_command() |
nothing calls this directly
no test coverage detected