MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / exit

Function exit

projects/Tkinter/2.py:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def exit():
26 res = messagebox.askyesnocancel("Notification", "Do you want to exit?")
27 if res == True:
28 root.destroy()
29
30
31#################################################################################

Callers 15

mainFunction · 0.85
mainFunction · 0.85
main.pyFile · 0.85
script.pyFile · 0.85
dice.pyFile · 0.85
main.pyFile · 0.85
main.pyFile · 0.85
buttons_functionMethod · 0.85
executeMethod · 0.85
buttons_funcMethod · 0.85
executeMethod · 0.85
play_inningsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected