MCPcopy Index your code
hub / github.com/python/cpython / 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
352class 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

asksaveasfilenameFunction · 0.85
asksaveasfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…