Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ ok_event
Method
ok_event
Lib/tkinter/filedialog.py:167–168 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
165
self.set_selection(file)
166
167
def
ok_event(self, event):
168
self.ok_command()
169
170
def
ok_command(self):
171
self.quit(self.get_selection())
Callers
nothing calls this directly
Calls
1
ok_command
Method · 0.95
Tested by
no test coverage detected