Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ ok_command
Method
ok_command
Lib/tkinter/filedialog.py:170–171 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
168
self.ok_command()
169
170
def
ok_command(self):
171
self.quit(self.get_selection())
172
173
def
filter_command(self, event=None):
174
dir, pat = self.get_filter()
Callers
2
files_double_event
Method · 0.95
ok_event
Method · 0.95
Calls
2
quit
Method · 0.95
get_selection
Method · 0.95
Tested by
no test coverage detected