Home
last modified time | relevance | path

Searched refs:SaveAs (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Doc/library/
Ddialog.rst93 Create a :class:`SaveAs` dialog and return a file object opened in write-only mode.
103 Create a :class:`SaveAs` dialog and return the selected filename.
112 SaveAs(master=None, **options)
/third_party/python/Lib/tkinter/
Dfiledialog.py352 class SaveAs(_Dialog): class
390 return SaveAs(**options).show()
434 filename = SaveAs(**options).show()
/third_party/cJSON/tests/inputs/
Dtest5.expected45 "id": "SaveAs",
Dtest522 {"id": "SaveAs", "label": "Save As"},
/third_party/cJSON/fuzzing/inputs/
Dtest522 {"id": "SaveAs", "label": "Save As"},
/third_party/python/Lib/idlelib/
Diomenu.py381 self.savedialog = filedialog.SaveAs(