MCPcopy Index your code
hub / github.com/python/cpython / quit

Method quit

Lib/tkinter/__init__.py:1619–1621  ·  view source on GitHub ↗

Quit the Tcl interpreter. All widgets will be destroyed.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 13

doneMethod · 0.45
test_quitMethod · 0.45
test_with_statementMethod · 0.45
test_source_addressMethod · 0.45
test_contextMethod · 0.45
test_check_hostnameMethod · 0.45
test_connectMethod · 0.45
test_quitMethod · 0.45
test_contextMethod · 0.45

Calls

no outgoing calls

Tested by 12

test_quitMethod · 0.36
test_with_statementMethod · 0.36
test_source_addressMethod · 0.36
test_contextMethod · 0.36
test_check_hostnameMethod · 0.36
test_connectMethod · 0.36
test_quitMethod · 0.36
test_contextMethod · 0.36
tearDownMethod · 0.36