Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ SaveAs
Class
SaveAs
Lib/tkinter/filedialog.py:352–355 ·
view source on GitHub ↗
Ask for a filename to save as
Source
from the content-addressed store, hash-verified
350
351
352
class
SaveAs(_Dialog):
353
"Ask for a filename to save as"
354
355
command =
"tk_getSaveFile"
356
357
358
# the directory dialog has its own _fix routines.
Callers
2
asksaveasfilename
Function · 0.85
asksaveasfile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected