Quit the Tcl interpreter. All widgets will be destroyed.
(self)
| 1617 | self.tk.mainloop(n) |
| 1618 | |
| 1619 | def quit(self): |
| 1620 | """Quit the Tcl interpreter. All widgets will be destroyed.""" |
| 1621 | self.tk.quit() |
| 1622 | |
| 1623 | def _getints(self, string): |
| 1624 | """Internal function.""" |
no outgoing calls