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