MCPcopy 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_eventMethod · 0.95
ok_eventMethod · 0.95

Calls 2

quitMethod · 0.95
get_selectionMethod · 0.95

Tested by

no test coverage detected