MCPcopy Index your code
hub / github.com/python/cpython / files_select_event

Method files_select_event

Lib/tkinter/filedialog.py:163–165  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

161 self.ok_command()
162
163 def files_select_event(self, event):
164 file = self.files.get('active')
165 self.set_selection(file)
166
167 def ok_event(self, event):
168 self.ok_command()

Callers

nothing calls this directly

Calls 2

set_selectionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected