We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Any
Dialog.show
1 parent 26aa45b commit ed4ccdeCopy full SHA for ed4ccde
stdlib/tkinter/commondialog.pyi
@@ -11,4 +11,4 @@ class Dialog:
11
# sometimes changed to a different type.
12
options: Mapping[str, Any]
13
def __init__(self, master: Misc | None = None, **options: Any) -> None: ...
14
- def show(self, **options: Any): ...
+ def show(self, **options: Any) -> Any: ...
0 commit comments