mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 00:07:09 +08:00
Co-authored-by: you <you@example.com>
This commit is contained in:
@@ -222,6 +222,7 @@ def getboolean(s): ...
|
||||
class Misc:
|
||||
master: Optional[Misc]
|
||||
tk: _tkinter.TkappType
|
||||
children: Dict[str, Widget]
|
||||
def destroy(self): ...
|
||||
def deletecommand(self, name): ...
|
||||
def tk_strictMotif(self, boolean: Optional[Any] = ...): ...
|
||||
@@ -538,7 +539,6 @@ class _ExceptionReportingCallback(Protocol):
|
||||
|
||||
class Tk(Misc, Wm):
|
||||
master: None
|
||||
children: Dict[str, Any]
|
||||
def __init__(
|
||||
self,
|
||||
screenName: Optional[str] = ...,
|
||||
|
||||
Reference in New Issue
Block a user