mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add some missing type hints to tkinter (#6359)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ from typing import Any
|
||||
class Dialog(Toplevel):
|
||||
def __init__(self, parent: Misc | None, title: str | None = ...) -> None: ...
|
||||
def body(self, master) -> None: ...
|
||||
def buttonbox(self): ...
|
||||
def buttonbox(self) -> None: ...
|
||||
|
||||
class SimpleDialog:
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user