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