Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ askopenfilename
Function
askopenfilename
Lib/tkinter/filedialog.py:381–384 ·
view source on GitHub ↗
Ask for a filename to open
(**options)
Source
from the content-addressed store, hash-verified
379
380
381
def
askopenfilename(**options):
382
"Ask for a filename to open"
383
384
return
Open(**options).show()
385
386
387
def
asksaveasfilename(**options):
Callers
1
test
Function · 0.85
Calls
2
Open
Class · 0.70
show
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…