mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add __all__ for most modules beginning with 't' (#7373)
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
import sys
|
||||
from tkinter.commondialog import Dialog
|
||||
from typing import Any, ClassVar
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
__all__ = [
|
||||
"showinfo",
|
||||
"showwarning",
|
||||
"showerror",
|
||||
"askquestion",
|
||||
"askokcancel",
|
||||
"askyesno",
|
||||
"askyesnocancel",
|
||||
"askretrycancel",
|
||||
]
|
||||
|
||||
ERROR: str
|
||||
INFO: str
|
||||
QUESTION: str
|
||||
|
||||
Reference in New Issue
Block a user