MCPcopy 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
387def asksaveasfilename(**options):
388 "Ask for a filename to save as"
389
390 return SaveAs(**options).show()
391
392
393def askopenfilenames(**options):

Callers 1

testFunction · 0.85

Calls 2

SaveAsClass · 0.85
showMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…