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

Method dirs_select_event

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

Source from the content-addressed store, hash-verified

152 self.filter_command()
153
154 def dirs_select_event(self, event):
155 dir, pat = self.get_filter()
156 subdir = self.dirs.get('active')
157 dir = os.path.normpath(os.path.join(self.directory, subdir))
158 self.set_filter(dir, pat)
159
160 def files_double_event(self, event):
161 self.ok_command()

Callers

nothing calls this directly

Calls 4

get_filterMethod · 0.95
set_filterMethod · 0.95
getMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected