Destroy the window
(self)
| 148 | self.wait_window(self) |
| 149 | |
| 150 | def destroy(self): |
| 151 | '''Destroy the window''' |
| 152 | self.initial_focus = None |
| 153 | Toplevel.destroy(self) |
| 154 | _destroy_temp_root(self.master) |
| 155 | |
| 156 | # |
| 157 | # construction hooks |
no test coverage detected