(self, quick_check=True)
| 1416 | self._generic_callback_handler('') |
| 1417 | |
| 1418 | def _this_elements_window_closed(self, quick_check=True): |
| 1419 | if self.ParentForm is not None: |
| 1420 | return self.ParentForm.is_closed(quick_check=quick_check) |
| 1421 | |
| 1422 | return True |
| 1423 | |
| 1424 | def _user_bind_callback(self, bind_string, event, propagate=True): |
| 1425 | """ |
no test coverage detected