Home
last modified time | relevance | path

Searched refs:asksaveasfile (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DtkFileDialog.py168 def asksaveasfile(mode = "w", **options): function
/external/python/cpython3/Doc/library/
Ddialog.rst91 .. function:: asksaveasfile(mode="w", **options)
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py429 def asksaveasfile(mode = "w", **options): function