Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ quit
Method
quit
Lib/tkinter/filedialog.py:147–149 ·
view source on GitHub ↗
(self, how=None)
Source
from the content-addressed store, hash-verified
145
return
self.how
146
147
def
quit(self, how=None):
148
self.how = how
149
self.master.quit()
# Exit mainloop()
150
151
def
dirs_double_event(self, event):
152
self.filter_command()
Callers
4
ok_command
Method · 0.95
cancel_command
Method · 0.95
ok_command
Method · 0.45
ok_command
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected