(self)
| 448 | return self.autocompletewindow is not None |
| 449 | |
| 450 | def complete(self): |
| 451 | self._change_start(self._complete_string(self.start)) |
| 452 | # The selection doesn't change. |
| 453 | |
| 454 | def hide_window(self): |
| 455 | if not self.is_active(): |
no test coverage detected