cpython/Lib/tkinter/filedialog.py

"""File selection dialog classes.
Classes:
- FileDialog
- LoadFileDialog
- SaveFileDialog
This module also presents tk common file dialogues, it provides interfaces
to the native file dialogues available in Tk 4.2 and newer, and the
directory dialogue available in Tk 8.3 and newer.
These interfaces were written by Fredrik Lundh, May 1997.

"""


https://github.com/python/cpython/blob/3.7/Lib/tkinter/filedialog.py

猜你喜欢

转载自blog.csdn.net/qq_27361945/article/details/80933802