mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 13:52:12 +08:00
stdlib: add many missing __del__ methods (#11042)
This commit is contained in:
@@ -101,6 +101,7 @@ class Font:
|
||||
def metrics(self, *, displayof: tkinter.Misc | None = ...) -> _MetricsDict: ...
|
||||
def measure(self, text: str, displayof: tkinter.Misc | None = None) -> int: ...
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
def __del__(self) -> None: ...
|
||||
|
||||
def families(root: tkinter.Misc | None = None, displayof: tkinter.Misc | None = None) -> tuple[str, ...]: ...
|
||||
def names(root: tkinter.Misc | None = None) -> tuple[str, ...]: ...
|
||||
|
||||
Reference in New Issue
Block a user