Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ selectDirClicked
Method
selectDirClicked
Tools/unittestgui/unittestgui.py:235–238 ·
view source on GitHub ↗
(self, master)
Source
from the content-addressed store, hash-verified
233
return
None
234
235
def
selectDirClicked(self, master):
236
dir_path = filedialog.askdirectory(parent=master)
237
if
dir_path:
238
self.dirVar.set(dir_path)
239
240
def
apply(self):
241
self.top_level_dir = self.dirVar.get()
Callers
1
body
Method · 0.95
Calls
1
set
Method · 0.45
Tested by
no test coverage detected