mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
stdlib: use bool for annotations where the default is False (#9672)
This commit is contained in:
@@ -421,7 +421,7 @@ class Misc:
|
||||
def winfo_viewable(self) -> bool: ...
|
||||
def winfo_visual(self) -> str: ...
|
||||
def winfo_visualid(self) -> str: ...
|
||||
def winfo_visualsavailable(self, includeids: int = False) -> list[tuple[str, int]]: ...
|
||||
def winfo_visualsavailable(self, includeids: bool = False) -> list[tuple[str, int]]: ...
|
||||
def winfo_vrootheight(self) -> int: ...
|
||||
def winfo_vrootwidth(self) -> int: ...
|
||||
def winfo_vrootx(self) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user