mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add __all__ for most modules beginning with 't' (#7373)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import sys
|
||||
from tkinter import Widget
|
||||
from typing import Any, Mapping
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
__all__ = ["Dialog"]
|
||||
|
||||
DIALOG_ICON: str
|
||||
|
||||
class Dialog(Widget):
|
||||
|
||||
Reference in New Issue
Block a user